diff options
Diffstat (limited to 'Makefile')
-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 |