about summary refs log tree commit diff stats
path: root/cpp/makefile
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-05-04 13:09:38 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-05-04 13:09:38 -0700
commit82c04e61516756a65587eaceb1a6df41082573a9 (patch)
tree82df5ab19f1b5501c9aad75567597907b98dc366 /cpp/makefile
parent8a7ad05a804aa4f39d5919a581aba552b7c4f011 (diff)
downloadmu-82c04e61516756a65587eaceb1a6df41082573a9.tar.gz
1254
Diffstat (limited to 'cpp/makefile')
-rw-r--r--cpp/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/makefile b/cpp/makefile
index ade746fd..9ef7c92c 100644
--- a/cpp/makefile
+++ b/cpp/makefile
@@ -5,8 +5,8 @@ mu: 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*
-	./tangle/tangle $$(./enumerate/enumerate --until 999 |grep -v '.mu$$') > mu.cc
-	cat $$(./enumerate/enumerate --until 999 |grep '.mu$$') > core.mu
+	./tangle/tangle $$(./enumerate/enumerate --until 9999 |grep -v '.mu$$') > mu.cc
+	cat $$(./enumerate/enumerate --until 9999 |grep '.mu$$') > core.mu
 
 enumerate/enumerate:
 	cd enumerate && make && ./enumerate test