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

8 lines
91 B
Makefile

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