8 lines
93 B
Makefile
8 lines
93 B
Makefile
|
TARGET = hello_poly
|
||
|
|
||
|
SRCS = hello_poly.c \
|
||
|
|
||
|
CPPFLAGS+=-DSTANDALONE
|
||
|
|
||
|
include ../../common.mk
|