forked from github/server
20 lines
207 B
Makefile
20 lines
207 B
Makefile
|
TARGETS = subdirs
|
||
|
|
||
|
SUBDIRS = \
|
||
|
util \
|
||
|
kernel \
|
||
|
gamecode \
|
||
|
triggers \
|
||
|
items \
|
||
|
attributes \
|
||
|
races \
|
||
|
spells \
|
||
|
modules \
|
||
|
eressea \
|
||
|
mapper
|
||
|
|
||
|
include ../Makefile.include
|
||
|
|
||
|
|
||
|
## more definitions
|