diff options
author | Mattias Andrée <maandree@kth.se> | 2017-12-09 16:53:05 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-12-09 16:53:05 +0100 |
commit | 923c4d25d52988a729cf0964d4c555e4111d6452 (patch) | |
tree | b81ed8d8d401ae153a6580f48442f9b3bbe42a0e | |
parent | Update readme (diff) | |
download | adjbacklight-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |