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