mirror of
https://github.com/GnoConsortium/gno-docs.git
synced 2025-01-02 06:29:24 +00:00
13 lines
223 B
Makefile
13 lines
223 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
|