vmware-svga/examples/pong/Makefile
2009-04-13 07:05:42 +00:00

9 lines
117 B
Makefile

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