diff options
| author | EuAndreh <eu@euandre.org> | 2023-11-25 06:33:23 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2023-11-25 06:33:23 -0300 |
| commit | 2b51de645bd8a07699a32f1216881b804e9a426b (patch) | |
| tree | a33f5ae2964cd774d2f22f1432710a74aafa2cd6 /Makefile | |
| parent | Makefile: Compose $(CFLAGS.a) with $(CFLAGS) instead of combine (diff) | |
| download | papod-2b51de645bd8a07699a32f1216881b804e9a426b.tar.gz papod-2b51de645bd8a07699a32f1216881b804e9a426b.tar.xz | |
Makefile: Erase $(JSLIBDIR) together with $(SRCDIR)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -249,8 +249,8 @@ install: all uninstall: rm -rf \ '$(DESTDIR)$(BINDIR)'/$(NAME) \ + '$(DESTDIR)$(JSLIBDIR)' \ '$(DESTDIR)$(SRCDIR)' - rm -rf '$(DESTDIR)$(JSLIBDIR)' for l in en $(TRANSLATIONS); do \ rm -f '$(DESTDIR)$(LOCALEDIR)'/"$$l"/LC_MESSAGES/$(NAME).cat; \ done |
