aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-10-17 21:28:38 +0200
committerMattias Andrée <maandree@kth.se>2017-10-17 21:28:38 +0200
commitcb12938f6a7e1680e7d80bad5f66a9ccdd587d73 (patch)
treee9dc47d8515430488b0b7091d30f013c5ec53fb5
parentAdd make check (diff)
downloadpdeath-cb12938f6a7e1680e7d80bad5f66a9ccdd587d73.tar.gz
pdeath-cb12938f6a7e1680e7d80bad5f66a9ccdd587d73.tar.bz2
pdeath-cb12938f6a7e1680e7d80bad5f66a9ccdd587d73.tar.xz
Update make clean1.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 04892ec..3896877 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ uninstall:
-rm -rf -- "$(DESTDIR)$(PREFIX)/share/licenses/pdeath"
clean:
- -rm -rf -- *.o pdeath .testdir
+ -rm -rf -- *.o pdeath tinysleep test .testdir
SUFFIXES: .o .c.o