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