fix asmtest (somehow), update Makefiles

This commit is contained in:
grischka
2009-07-06 21:11:19 +02:00
committed by unknown
parent 0085c648f6
commit 045cff28fe
3 changed files with 14 additions and 9 deletions

View File

@ -262,15 +262,19 @@ tar:
rm -rf /tmp/$(TCC-VERSION)
# in tests subdir
test clean :
test clean:
$(MAKE) -C tests $@
config.mak:
@echo Running configure ...
@./configure
# clean
clean: local_clean
local_clean:
rm -vf $(PROGS) tcc_p$(EXESUF) tcc.pod *~ *.o *.a *.out libtcc_test$(EXESUF)
distclean: clean
rm -vf config.h config.mak config.texi tcc.1 tcc-doc.html
rm -vf config.h config.mak config.texi tcc.1
endif # ifeq ($(TOP),.)