diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-09-15 13:01:41 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-09-15 13:01:41 -0400 |
| commit | 3405a24e4a5fa970934005dc84f0b6c9cfeded83 (patch) | |
| tree | f47907535311b2aedb16c205dfaa5cb6a3f46e56 /Makefile | |
| parent | bd1083f01d687ca6a7f8784233b9f42bba4eda27 (diff) | |
add make clean target
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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: |
