fix asmtest (somehow), update Makefiles
This commit is contained in:
8
Makefile
8
Makefile
@ -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),.)
|
||||
|
||||
Reference in New Issue
Block a user