2021-11-14 18:27:50 +01:00

8 lines
95 B
Makefile

TARGET = hello_light
SRCS = hello_light.c \
CPPFLAGS+=-DSTANDALONE
include ../../common.mk