summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2021-10-23 13:29:33 -0400
committerAndrew Cady <d@cryptonomic.net>2021-10-23 13:29:33 -0400
commit3fce89550ff6ecf38f05caa872acd72195ed7a14 (patch)
treed4c252089952b71454e50a752a8aadd6c937448d
parentd3390b7228f5ad9d28a31a6080913a30e2e17dc4 (diff)
make fix
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7f9d929..f22df01 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,3 @@
1.DEFAULT_GOAL = doc 1.DEFAULT_GOAL = doc
2%: 2%:
3 $(MAKE) $(MAKEFLAGS) -C EndoForge $(MAKECMDGOALS) 3 $(MAKE) -C EndoForge $(MAKECMDGOALS)