build: properly clean up
This commit is contained in:
parent
be0d4cd299
commit
43e5f81683
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -22,4 +22,4 @@ recheck: clean-test check
|
|||
|
||||
.PHONY: clean-test
|
||||
clean-test:
|
||||
rm -f bin tmp
|
||||
rm -rf test/bin test/tmp
|
||||
|
|
Loading…
Add table
Reference in a new issue