12 lines
152 B
Makefile
12 lines
152 B
Makefile
TARGET = libanimations.a
|
|
TOPDIR = ..
|
|
|
|
include $(TOPDIR)/defaults.mk
|
|
|
|
|
|
#ifeq ($(GAME_SNAKE),y)
|
|
SRC += snake_game.c
|
|
#endif
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|