9 lines
117 B
Makefile
9 lines
117 B
Makefile
TARGET = pong.img
|
|
|
|
APP_SOURCES = main.c
|
|
|
|
DEFS = -DREALLY_TINY
|
|
|
|
LIB_DIR = ../../lib
|
|
include $(LIB_DIR)/Makefile.rules
|