slb

Sleep on Low Battery
Log | Files | Refs | README | LICENSE

commit 03d062383ee167be783bbc391701261e7ab416ea
parent 0ba99ca71cf03b641eb4ad6277de7df301bf913c
Author: zerous Naveen Narayanan <zerous@nocebo.space>
Date:   Wed, 30 Oct 2019 21:27:43 +0100

Use appropriate gcc args

Diffstat:
MMakefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,6 +1,7 @@ all: slb slb: config.h + gcc -Wall -Werror -std=c99 -o slb slb.c .PHONY: clean