aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-12-09 16:41:20 +0100
committerMattias Andrée <maandree@kth.se>2017-12-09 16:41:20 +0100
commitb9781282a79e19dd6f61d62403ad5aa378ede927 (patch)
treedb122b8920b13922f76d8135fdd17e51dadb7bb2 /Makefile
parentFix arg.h (diff)
downloadadjbacklight-b9781282a79e19dd6f61d62403ad5aa378ede927.tar.gz
adjbacklight-b9781282a79e19dd6f61d62403ad5aa378ede927.tar.bz2
adjbacklight-b9781282a79e19dd6f61d62403ad5aa378ede927.tar.xz
Add support for using stdin instead of spawning multiple times when adjusting rapidly
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a179778..1296b06 100644
--- a/Makefile
+++ b/Makefile
@@ -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