mirror of
https://github.com/cmosher01/Epple-II.git
synced 2024-12-22 14:29:35 +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
|