diff options
author | Mattias Andrée <maandree@kth.se> | 2021-09-16 17:44:55 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-09-16 17:44:55 +0200 |
commit | 89b36c68813eea189886e73590452c4ca5a70f6c (patch) | |
tree | 3dcd5f875e1be42c0d2aae13ab40f6381bd6ce34 /Makefile | |
parent | fix man page (diff) | |
download | file2key-89b36c68813eea189886e73590452c4ca5a70f6c.tar.gz file2key-89b36c68813eea189886e73590452c4ca5a70f6c.tar.bz2 file2key-89b36c68813eea189886e73590452c4ca5a70f6c.tar.xz |
Improve makefile3.1.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,6 +3,7 @@ CONFIGFILE = config.mk include $(CONFIGFILE) + all: file2key file2key: file2key.o @@ -22,6 +23,6 @@ uninstall: -rm -f -- "$(DESTDIR)$(MANPREFIX)/man1/file2key.1" clean: - -rm -rf -- *.o file2key + -rm -f -- file2key *.o *.su .PHONY: all install uninstall clean |