diff options
Diffstat (limited to 'live/draklive-install/Makefile')
-rw-r--r-- | live/draklive-install/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/live/draklive-install/Makefile b/live/draklive-install/Makefile index 6d5025822..8f9b9f4ae 100644 --- a/live/draklive-install/Makefile +++ b/live/draklive-install/Makefile @@ -9,6 +9,7 @@ check: perl -cw $(NAME) clean: + make -C po clean find -name '*~' -exec rm {} \; dis ../$(NAME)-$(VERSION).tar.bz2: clean check |