9 lines
109 B
Makefile
9 lines
109 B
Makefile
TARGET = hello_mod
|
|
|
|
SRCS = hello_mod.c \
|
|
src/mod.c \
|
|
src/modplayer.c \
|
|
HIT/STAR.HIT \
|
|
|
|
include ../common.mk
|