borgware-2d/games/Makefile

13 lines
152 B
Makefile
Raw Normal View History

2009-01-01 17:06:38 +00:00
TARGET = libanimations.a
TOPDIR = ..
include $(TOPDIR)/defaults.mk
#ifeq ($(GAME_SNAKE),y)
SRC += snake_game.c
#endif
include $(TOPDIR)/rules.mk