soeren
15 years ago
12 changed files with 44 additions and 46 deletions
@ -0,0 +1,10 @@ |
|||||
|
TARGET = |
||||
|
TOPDIR = ../.. |
||||
|
|
||||
|
include $(TOPDIR)/defaults.mk |
||||
|
|
||||
|
ifeq ($(GAME_BREAKOUT),y) |
||||
|
SRC = breakout.c playfield.c rebound.c score.c level.c ball.c messages.c |
||||
|
endif |
||||
|
|
||||
|
include $(TOPDIR)/rules.mk |
Loading…
Reference in new issue