diff options
Diffstat (limited to 'libs/web')
-rw-r--r-- | libs/web/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/web/Makefile b/libs/web/Makefile index 1d28a3a4c..ad16ec737 100644 --- a/libs/web/Makefile +++ b/libs/web/Makefile @@ -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) |