aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 676c098..1179dbd 100644
--- a/Makefile
+++ b/Makefile
@@ -350,12 +350,10 @@ tcc-doc.info: tcc-doc.texi
export LIBTCC1
%est:
- $(MAKE) -C tests2 $@
$(MAKE) -C tests $@
clean:
rm -vf $(PROGS) tcc_p$(EXESUF) tcc.pod *~ *.o *.a *.so* *.out *.exe libtcc_test$(EXESUF)
- $(MAKE) -C tests2 $@
$(MAKE) -C tests $@
ifneq ($(LIBTCC1),)
$(MAKE) -C lib $@