From 262fd581a79f61ee99b018938c480cf318ba6bd6 Mon Sep 17 00:00:00 2001 From: clsr Date: Wed, 26 Apr 2017 10:41:48 +0200 Subject: Deduplicate file reading code and add battery charging indicator --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9aa9a59..753018d 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ $(MAIN): $(OBJ) $(CC) $(LDFLAGS) -o $@ $(OBJ) .c.o: - $(CC) -c $(CFLAGS) $< -o $@ + $(CC) -c $(CFLAGS) $< -o $@ -O2 clean: -rm -f $(MAIN) $(OBJ) -- cgit