diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-03-16 20:26:59 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-03-16 20:26:59 -0700 |
commit | 3c435756bcd997dac981ca78c49c5100eb2211b7 (patch) | |
tree | 05524418c430239992558e5b5a82ddbdf133c60d /cpp/makefile | |
parent | b589f25a005ad00f6fd888520f9eaaddbd707617 (diff) | |
download | mu-3c435756bcd997dac981ca78c49c5100eb2211b7.tar.gz |
932 - clean up comments in the tangled c++
Diffstat (limited to 'cpp/makefile')
-rw-r--r-- | cpp/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/makefile b/cpp/makefile index 554c6c45..4fbe6759 100644 --- a/cpp/makefile +++ b/cpp/makefile @@ -5,7 +5,7 @@ mu: makefile 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 --until 999 > mu.cc + ./tangle/tangle --until 999 |grep -v "^\s*//:" > mu.cc @make autogenerated_lists >/dev/null tangle/tangle: |