mirror of
https://github.com/frida/tinycc
synced 2024-12-25 06:26:49 +03:00
Add the generated executables ending with "-cc" and "-tcc" to the makefile "clean"
This commit is contained in:
parent
ad9568060e
commit
bed865275d
@ -239,6 +239,7 @@ cache: tcc_g
|
||||
# clean
|
||||
clean:
|
||||
$(MAKE) -C tests2 $@
|
||||
rm -vf *~ *.o *.a *.bin *.i *.ref *.out *.out? *.out?b *.cc *.exe \
|
||||
hello libtcc_test tcctest[1234] ex? tcc_g tcclib.h \
|
||||
../lib/libtcc1.a
|
||||
rm -vf *~ *.o *.a *.bin *.i *.ref *.out *.out? *.out?b *.cc \
|
||||
*-cc *-tcc *.exe \
|
||||
hello libtcc_test tcctest[1234] ex? tcc_g tcclib.h \
|
||||
../lib/libtcc1.a
|
||||
|
Loading…
Reference in New Issue
Block a user