aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-12-09 16:57:46 +0100
committerMattias Andrée <maandree@kth.se>2017-12-09 16:57:46 +0100
commit69abf23e5fc5bfc6a7d611cfa71fd2be468e4ae3 (patch)
tree4e546960c3414539fb82ab3ed656fe26373058e7
parentFix make check (diff)
downloadalarm-69abf23e5fc5bfc6a7d611cfa71fd2be468e4ae3.tar.gz
alarm-69abf23e5fc5bfc6a7d611cfa71fd2be468e4ae3.tar.bz2
alarm-69abf23e5fc5bfc6a7d611cfa71fd2be468e4ae3.tar.xz
m makefile
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 ac399b0..835ce98 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,6 @@ uninstall:
-rmdir -- "$(DESTDIR)$(PREFIX)/share/licenses/alarm"
clean:
- -rm -r -- alarm *.o
+ -rm -rf -- alarm *.o
.PHONY: all check install uninstall clean