build: fix clean targets in Makefiles (#667)

This commit is contained in:
Jo-Philipp Wich
2014-02-05 13:35:34 +00:00
parent 6c45ccec6a
commit c1bd1e59d3
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -41,4 +41,5 @@ host-install: host-compile
cp src/$(TPL_PO2LMO) ../../build/$(TPL_PO2LMO)
host-clean:
rm -f src/$(TPL_PO2LMO)
rm -f ../../build/$(TPL_PO2LMO)