mirror of
https://github.com/GnoConsortium/gno-docs.git
synced 2025-01-02 21:30:51 +00:00
13 lines
240 B
Makefile
13 lines
240 B
Makefile
#
|
|
# Various reference manuals
|
|
#
|
|
SRCROOT = ..
|
|
WEB_HOME_BASE = refs
|
|
SUBPROJECTS = intro kernel gsh
|
|
|
|
include $(SRCROOT)/etc/const-priv.mk
|
|
include $(SRCROOT)/etc/const.mk
|
|
-include $(SRCROOT)/etc/const-local.mk
|
|
|
|
include $(SRCROOT)/etc/rules.mk
|