diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ test.o: test.c adjbacklight.c arg.h test: test.o $(CC) -o test test.o $(LDFLAGS) -check: +check: test ./test.sh install: adjbacklight |