aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1296b06..f3b9f72 100644
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,6 @@ uninstall:
-rmdir -- "$(DESTDIR)$(PREFIX)/share/licenses/adjbacklight"
clean:
- -rm -r -- adjbacklight test *.o .testdir
+ -rm -rf -- adjbacklight test *.o .testdir
.PHONY: all check install uninstall clean