diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/makefile b/cpp/makefile index 9d2e1f15..554c6c45 100644 --- a/cpp/makefile +++ b/cpp/makefile @@ -1,6 +1,6 @@ mu: makefile tangle/tangle mu.cc g++ -g -Wall -Wextra -fno-strict-aliasing mu.cc -o mu - -@./mu test + ./mu test # To see what the program looks like after all layers have been applied, read # mu.cc |