summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2021-10-23 12:57:14 -0400
committerAndrew Cady <d@cryptonomic.net>2021-10-23 12:57:14 -0400
commitb1bab3a2876adc7e921af6c1fce845634c59517c (patch)
tree6aef691c743ff771e582165f336f2fdace645a21 /Makefile
parent2e5909e761f40e42684fbaa71f3b5bcb49500567 (diff)
add skeleton files in EndoForge/../
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..7f9d929
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,3 @@
1.DEFAULT_GOAL = doc
2%:
3 $(MAKE) $(MAKEFLAGS) -C EndoForge $(MAKECMDGOALS)