diff options
Diffstat (limited to 'tangle/makefile')
-rw-r--r-- | tangle/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tangle/makefile b/tangle/makefile index cf4c3a88..caf13965 100644 --- a/tangle/makefile +++ b/tangle/makefile @@ -1,5 +1,5 @@ tangle: makefile type_list function_list file_list test_file_list test_list - g++ -g -O3 -Wall -Wextra -fno-strict-aliasing boot.cc -o tangle + c++ -g -O3 -Wall -Wextra -fno-strict-aliasing boot.cc -o tangle type_list: boot.cc [0-9]*.cc @# assumes struct decl has space before '{' |