aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 3d25fa2..9af5645 100644
--- a/Makefile
+++ b/Makefile
@@ -44,6 +44,13 @@ check: all run-tests
sh tests/ranking.sh
sh tests/signals.sh
+clean:
+ rm -rf \
+ public/ $(manpages) README.*.md CHANGELOG.*.md messages.mo \
+ vgcore* tmp/ src/config.h $(objects) $(t-objects) \
+ remembering remembering-tests src/remembering \
+ tests/test-profiles/
+
install: all
mkdir -p '$(DESTDIR)$(PREFIX)/bin'
cp src/remembering '$(DESTDIR)$(PREFIX)/bin'
@@ -53,9 +60,6 @@ uninstall:
rm -f '$(DESTDIR)$(PREFIX)/bin/remembering'
sh aux/workflow/manpages.sh -up '$(DESTDIR)$(MANPREFIX)' $(manpages)
-clean:
- rm -rf public/ tests/test-profiles/ src/remembering src/remembering-c run-tests $(manpages) fallible* vgcore* remembering-test.*
-
#
# Personal workflow targets