nolibgs_hello_worlds/hello_mod/Makefile

9 lines
136 B
Makefile
Raw Normal View History

2021-10-28 20:29:05 +02:00
TARGET = hello_mod
SRCS = hello_mod.c \
src/mod.c \
2021-10-29 12:24:15 +02:00
../thirdparty/nugget/modplayer/modplayer.c \
2021-10-28 20:29:05 +02:00
HIT/STAR.HIT \
include ../common.mk