diff options
author | Mattias Andrée <maandree@kth.se> | 2017-10-17 21:28:38 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-10-17 21:28:38 +0200 |
commit | cb12938f6a7e1680e7d80bad5f66a9ccdd587d73 (patch) | |
tree | e9dc47d8515430488b0b7091d30f013c5ec53fb5 /Makefile | |
parent | Add make check (diff) | |
download | pdeath-cb12938f6a7e1680e7d80bad5f66a9ccdd587d73.tar.gz pdeath-cb12938f6a7e1680e7d80bad5f66a9ccdd587d73.tar.bz2 pdeath-cb12938f6a7e1680e7d80bad5f66a9ccdd587d73.tar.xz |
Update make clean1.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |