diff options
author | Mattias Andrée <maandree@kth.se> | 2017-12-09 16:41:20 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-12-09 16:41:20 +0100 |
commit | b9781282a79e19dd6f61d62403ad5aa378ede927 (patch) | |
tree | db122b8920b13922f76d8135fdd17e51dadb7bb2 /Makefile | |
parent | Fix arg.h (diff) | |
download | adjbacklight-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 'Makefile')
-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 |