summaryrefslogtreecommitdiffstats
path: root/src/local.mk
blob: 4503ce72d4007d6322bf8dc224d177921e272ab0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
dodge_balls_SOURCES += \
	%reldir%/game.c \
	%reldir%/game.h \
	%reldir%/locale.c \
	%reldir%/locale.h \
	%reldir%/main.c \
	%reldir%/output.c \
	%reldir%/output.h \
	%reldir%/util.c \
	%reldir%/util.h \
	%reldir%/xml.c \
	%reldir%/xml.h