about summary refs log tree commit diff stats
path: root/makefile
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-07-24 21:41:26 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-07-24 21:41:26 -0700
commit1fad5eefd951ccc65c55a2fa5040932441bd965a (patch)
treefb5b5c26704f9e0dd435413d7c526773c1f5158f /makefile
parent7e423e268bd0a07f43f5114eb015548d04331eb2 (diff)
downloadmu-1fad5eefd951ccc65c55a2fa5040932441bd965a.tar.gz
1842 - get layers building again after 2 weeks
Also, turns out I haven't been building 999spaces.cc in my default
build. Now fixed.
Diffstat (limited to 'makefile')
-rw-r--r--makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/makefile b/makefile
index a8c000b5..9569b116 100644
--- a/makefile
+++ b/makefile
@@ -5,12 +5,12 @@ mu_bin: makefile enumerate/enumerate tangle/tangle mu.cc termbox/libtermbox.a
 
 # To see what the program looks like after all layers have been applied, read
 # mu.cc
-mu.cc: 0*.cc
-	./tangle/tangle $$(./enumerate/enumerate --until 9999 |grep -v '.mu$$') > mu.cc
+mu.cc: [0-9]*.cc
+	./tangle/tangle $$(./enumerate/enumerate --until zzz |grep -v '.mu$$') > mu.cc
 	make --no-print-directory autogenerated_lists
 
-core.mu: 0*.mu mu.cc
-	cat $$(./enumerate/enumerate --until 9999 |grep '.mu$$') > core.mu
+core.mu: [0-9]*.mu mu.cc
+	cat $$(./enumerate/enumerate --until zzz |grep '.mu$$') > core.mu
 
 enumerate/enumerate:
 	cd enumerate && make && ./enumerate test