aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-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