build: properly clean up

This commit is contained in:
Ben Wiederhake 2016-08-08 10:44:09 +02:00
parent be0d4cd299
commit 43e5f81683
2 changed files with 4 additions and 4 deletions

View file

@ -223,10 +223,10 @@ dist: check-clean commit.h .git create_dirs
.PHONY: clean-here
clean-here:
rm -rf ${DIR_LIST} $(PRPL_LIBNAME) po/*.mo commit.h autom4te.cache
rm -rf ${DIR_LIST} $(PRPL_LIBNAME) po/*.mo autom4te.cache AppStream/po/*.mo
-include test/Makefile
.PHONY: clean clean-test
clean: clean-here tgl/Makefile
.PHONY: clean
clean: clean-here clean-test tgl/Makefile
+${MAKE} -C tgl clean

View file

@ -22,4 +22,4 @@ recheck: clean-test check
.PHONY: clean-test
clean-test:
rm -f bin tmp
rm -rf test/bin test/tmp