summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-11-25 06:33:23 -0300
committerEuAndreh <eu@euandre.org>2023-11-25 06:33:23 -0300
commit2b51de645bd8a07699a32f1216881b804e9a426b (patch)
treea33f5ae2964cd774d2f22f1432710a74aafa2cd6
parentMakefile: Compose $(CFLAGS.a) with $(CFLAGS) instead of combine (diff)
downloadpapod-2b51de645bd8a07699a32f1216881b804e9a426b.tar.gz
papod-2b51de645bd8a07699a32f1216881b804e9a426b.tar.xz
Makefile: Erase $(JSLIBDIR) together with $(SRCDIR)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 570f57e..3e37f40 100644
--- a/Makefile
+++ b/Makefile
@@ -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