borgware-2d/games/breakout/Makefile

11 lines
191 B
Makefile
Raw Normal View History

2010-01-21 21:26:30 +00:00
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