diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-03-14 22:15:55 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-03-14 22:15:55 -0700 |
commit | 06db0dd4beb09b5cdbe257a33a2d0fb1da7b394e (patch) | |
tree | 48e3813398da610b3bfd4df8afb77ec1248b7f93 /cpp/makefile | |
parent | 7c610028c1f701f587d9e4ad12d439ac34833d83 (diff) | |
download | mu-06db0dd4beb09b5cdbe257a33a2d0fb1da7b394e.tar.gz |
920
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 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 |