From 3405a24e4a5fa970934005dc84f0b6c9cfeded83 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Sat, 15 Sep 2018 13:01:41 -0400 Subject: add make clean target --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index ace17e92..79d930a8 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,10 @@ messages.po: pybabel extract -o messages.po -F babel.conf --add-location=full --add-comments=l10n,L10n,L10N --sort-by-file --strip-comments -k N_ . rm pyembroidery-format-descriptions.py +.PHONY: clean +clean: + rm -f messages.po pyembroidery-format-descriptions.py + .PHONY: locales locales: # message files will look like this: -- cgit v1.2.3