diff options
author | Mattias Andrée <maandree@kth.se> | 2022-01-04 21:21:14 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-01-04 21:21:14 +0100 |
commit | 4b88e0b8c80f811cc35d30247e2a1e85097d8b4d (patch) | |
tree | bcd0f6d67c08805efb8edb206ffc67b7482de934 /Makefile | |
parent | Replace dependency on libsimple with boilerplate code (diff) | |
download | makel-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 '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |