aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRoy <roytam@gmail.com>2015-03-05 09:12:42 +0800
committerRoy <roytam@gmail.com>2015-03-05 09:12:42 +0800
commit44c6e992bdba8888e88c596e283b2e77ba4a05b2 (patch)
tree687e2cbd7851b7ff09747d00ca5ad670a8ad93ca /Makefile
parent3fb8b1480679d00db9617cb9baaa83608500dcbe (diff)
downloadtinycc-44c6e992bdba8888e88c596e283b2e77ba4a05b2.tar.gz
tinycc-44c6e992bdba8888e88c596e283b2e77ba4a05b2.tar.bz2
Fix compiling in MinGW/MSYS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4fde879..d798fd6 100644
--- a/Makefile
+++ b/Makefile
@@ -353,9 +353,9 @@ export LIBTCC1
clean:
rm -vf $(PROGS) tcc_p$(EXESUF) tcc.pod *~ *.o *.a *.so* *.out *.log \
- *.exe a.out tags TAGS libtcc_test$(EXESUF) tcc
+ *.exe a.out tags TAGS libtcc_test$(EXESUF) tcc$(EXESUF)
-rm -r $(ARCH)
- -rm *-tcc
+ -rm *-tcc$(EXESUF)
$(MAKE) -C tests $@
ifneq ($(LIBTCC1),)
$(MAKE) -C lib $@