diff options
| author | AkiraNorthstar <AkiraNorthstar@users.noreply.github.com> | 2018-10-07 03:07:53 +0200 |
|---|---|---|
| committer | Lex Neva <lexelby@users.noreply.github.com> | 2018-10-06 19:07:53 -0600 |
| commit | fb707ca4a2ae746d962458fdd4577b5fea16f4d9 (patch) | |
| tree | 558adf51195443df5c0004d6203118076e116db0 | |
| parent | 43d780c93f89296a734fa8752571bbbdf3afa11c (diff) | |
Update Makefile (#324)
add inx, locales and *.zip to distclean
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ dist: distclean locales inx fi distclean: - rm -rf build dist *.spec *.tar.gz + rm -rf build dist inx locales *.spec *.tar.gz *.zip .PHONY: inx inx: locales |
