mirror of
https://github.com/cmosher01/Epple-II.git
synced 2024-12-28 08:30:51 +00:00
11 lines
142 B
Makefile
11 lines
142 B
Makefile
SUBDIRS = src conf installer
|
|
EXTRA_DIST = COPYING.sdl COPYING.other
|
|
|
|
.PHONY: site doc
|
|
|
|
site: doc
|
|
|
|
doc:
|
|
$(MAKE) -C $@ all
|
|
$(MAKE) -C $@ site
|