From 6db2edf9c6c8221e4ab10047cd4fcab4111c9cde Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 23 May 2015 14:46:30 -0700 Subject: 1439 - support clang in addition to gcc --- tangle/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tangle') 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 '{' -- cgit 1.4.1-2-gfad0