vmware-svga/examples/pong/Makefile

9 lines
117 B
Makefile
Raw Normal View History

2009-04-13 02:05:42 -05:00
TARGET = pong.img
APP_SOURCES = main.c
DEFS = -DREALLY_TINY
LIB_DIR = ../../lib
include $(LIB_DIR)/Makefile.rules