summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-01-04 21:21:14 +0100
committerMattias Andrée <maandree@kth.se>2022-01-04 21:21:14 +0100
commit4b88e0b8c80f811cc35d30247e2a1e85097d8b4d (patch)
treebcd0f6d67c08805efb8edb206ffc67b7482de934 /Makefile
parentReplace dependency on libsimple with boilerplate code (diff)
downloadmakel-4b88e0b8c80f811cc35d30247e2a1e85097d8b4d.tar.gz
makel-4b88e0b8c80f811cc35d30247e2a1e85097d8b4d.tar.bz2
makel-4b88e0b8c80f811cc35d30247e2a1e85097d8b4d.tar.xz
Remove unused files from .gitignore and make clean
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 864b5a5..f0a9b22 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ uninstall:
-rm -f -- "$(DESTDIR)$(MANPREFIX)/man1/makel.1"
clean:
- -rm -f -- *.o *.a *.lo *.su *.so *.so.* *.gch *.gcov *.gcno *.gcda
+ -rm -f -- *.o *.a *.su *.gcov *.gcno *.gcda
-rm -f -- makel
.SUFFIXES: