diff options
Diffstat (limited to 'test/CBackend/Makefile')
-rw-r--r-- | test/CBackend/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CBackend/Makefile b/test/CBackend/Makefile index 1ad566c..5ee4ba7 100644 --- a/test/CBackend/Makefile +++ b/test/CBackend/Makefile @@ -15,7 +15,7 @@ all:: $(addprefix Output/, $(TESTS:%.ll=%.to)) Output/%.to: Output/%.c - gcc -c -W -Wall $< -o $@ || \ + $(CC) -c -W -Wall $< -o $@ || \ (rm -f $@; $(FAILURE) $@ ) Output/%.c: %.ll Output/.dir $(LAS) $(LDIS) |