about summary refs log tree commit diff stats
path: root/cpp/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/makefile')
-rw-r--r--cpp/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/makefile b/cpp/makefile
index 1d4cf9a7..5563cd8a 100644
--- a/cpp/makefile
+++ b/cpp/makefile
@@ -1,4 +1,5 @@
 mu: makefile enumerate/enumerate tangle/tangle mu.cc
+	@make autogenerated_lists >/dev/null
 	g++ -g -Wall -Wextra -fno-strict-aliasing mu.cc -lncurses -o mu
 
 # To see what the program looks like after all layers have been applied, read
@@ -6,7 +7,6 @@ mu: makefile enumerate/enumerate tangle/tangle mu.cc
 mu.cc: 0*
 	./tangle/tangle $$(./enumerate/enumerate --until 999 |grep -v '.mu$$') > mu.cc
 	cat $$(./enumerate/enumerate --until 999 |grep '.mu$$') > core.mu
-	@make autogenerated_lists >/dev/null
 
 enumerate/enumerate:
 	cd enumerate && make && ./enumerate test