mirror of
https://github.com/GnoConsortium/gno-docs.git
synced 2024-12-22 12:29:50 +00:00
16 lines
261 B
Makefile
16 lines
261 B
Makefile
#
|
|
# Various reference manuals
|
|
#
|
|
SRCROOT = .
|
|
WEB_HOME_BASE =
|
|
SUBPROJECTS = refs
|
|
|
|
include $(SRCROOT)/etc/const-priv.mk
|
|
include $(SRCROOT)/etc/const.mk
|
|
-include $(SRCROOT)/etc/const-local.mk
|
|
|
|
include $(SRCROOT)/etc/rules.mk
|
|
|
|
clobber::
|
|
/bin/rm -rf $(OUTPUT_DIR)
|