11 lines
186 B
Makefile
11 lines
186 B
Makefile
TARGET = hello_poly_stp
|
|
|
|
SRCS = hello_poly_stp.c \
|
|
TIM/stpOnAlpha.tim \
|
|
TIM/stpOnAlphaI.tim \
|
|
TIM/stpOnBlack.tim \
|
|
TIM/stpOnColIndex.tim \
|
|
TIM/stpOnNonBlack.tim \
|
|
|
|
include ../common.mk
|