summaryrefslogtreecommitdiffstats
path: root/src/local.mk
blob: 647e3711cc9062970c8e85dfbdd8c28c3ccd4219 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
mazefight_SOURCES += \
	%reldir%/defs.h \
	%reldir%/dirs.c \
	%reldir%/dirs.h \
	%reldir%/main.c \
	%reldir%/maze.c \
	%reldir%/maze.h \
	%reldir%/splash.c \
	%reldir%/splash.h \
	%reldir%/util.c \
	%reldir%/util.h \
	%reldir%/widget.c \
	%reldir%/widget.h