about summary refs log tree commit diff stats
path: root/cpp/makefile
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-17 12:13:49 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-17 12:13:49 -0700
commit5b0a415f113d00478f5a306988bbcdbd35d99094 (patch)
tree8af8df8874489e64bc39c83b1b6e3b7c67acdc52 /cpp/makefile
parent2199940af170456929a3c4fe4d07d25afea6ae55 (diff)
downloadmu-5b0a415f113d00478f5a306988bbcdbd35d99094.tar.gz
1078 - better line numbers
Skip tangle comments inside tangle rather than in the makefile.
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 b062b288..c9fd139f 100644
--- a/cpp/makefile
+++ b/cpp/makefile
@@ -4,7 +4,7 @@ mu: makefile enumerate/enumerate tangle/tangle mu.cc
 # 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$$') |grep -v "^\s*//:" > mu.cc
+	./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