parent
d48ac6ea41
commit
6e1f8c5963
|
|
@ -15,7 +15,7 @@ all:: $(addprefix Output/, $(TESTS:%.ll=%.to))
|
||||||
|
|
||||||
|
|
||||||
Output/%.to: Output/%.c
|
Output/%.to: Output/%.c
|
||||||
gcc -c -W -Wall $< -o $@ || \
|
$(CC) -c -W -Wall $< -o $@ || \
|
||||||
(rm -f $@; $(FAILURE) $@ )
|
(rm -f $@; $(FAILURE) $@ )
|
||||||
|
|
||||||
Output/%.c: %.ll Output/.dir $(LAS) $(LDIS)
|
Output/%.c: %.ll Output/.dir $(LAS) $(LDIS)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue