mirror of
https://github.com/mirror/tinycc.git
synced 2025-02-04 06:30:10 +08: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
|
||||||
clean:
|
clean:
|
||||||
$(MAKE) -C tests2 $@
|
$(MAKE) -C tests2 $@
|
||||||
rm -vf *~ *.o *.a *.bin *.i *.ref *.out *.out? *.out?b *.cc *.exe \
|
rm -vf *~ *.o *.a *.bin *.i *.ref *.out *.out? *.out?b *.cc \
|
||||||
hello libtcc_test tcctest[1234] ex? tcc_g tcclib.h \
|
*-cc *-tcc *.exe \
|
||||||
../lib/libtcc1.a
|
hello libtcc_test tcctest[1234] ex? tcc_g tcclib.h \
|
||||||
|
../lib/libtcc1.a
|
||||||
|
Loading…
Reference in New Issue
Block a user