20 lines
240 B
Makefile
20 lines
240 B
Makefile
|
#
|
||
|
# configure environment
|
||
|
#
|
||
|
TARGET = sshtst
|
||
|
include global.mak
|
||
|
include defaults.$(PLAT)
|
||
|
include rules.mak
|
||
|
|
||
|
BIN_NAME = $(TARGET).exe
|
||
|
|
||
|
#
|
||
|
# target object and source files
|
||
|
#
|
||
|
include objs.$(PLAT)
|
||
|
|
||
|
#
|
||
|
# targets
|
||
|
#
|
||
|
include target
|