aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-12-09 16:53:05 +0100
committerMattias Andrée <maandree@kth.se>2017-12-09 16:53:05 +0100
commit923c4d25d52988a729cf0964d4c555e4111d6452 (patch)
treeb81ed8d8d401ae153a6580f48442f9b3bbe42a0e
parentUpdate readme (diff)
downloadadjbacklight-923c4d25d52988a729cf0964d4c555e4111d6452.tar.gz
adjbacklight-923c4d25d52988a729cf0964d4c555e4111d6452.tar.bz2
adjbacklight-923c4d25d52988a729cf0964d4c555e4111d6452.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 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