forked from github/server
13 lines
132 B
Makefile
13 lines
132 B
Makefile
TARGETS = subdirs
|
|
|
|
SUBDIRS = \
|
|
common \
|
|
eressea \
|
|
mapper \
|
|
tools
|
|
|
|
# askalon
|
|
|
|
include Makefile.include
|
|
|
|
## more definitions
|