paleofetch

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit ab2d04382e092a49ad47fb689d2a9b6acfecdf24
parent 274410c2d09cf8c1c2ea2f414904bcf49c723532
Author: Sridaran Thoniyil <sri7thon@gmail.com>
Date:   Fri,  8 May 2020 12:31:34 -0400

Call battery config script in Makefile

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

diff --git a/Makefile b/Makefile @@ -8,6 +8,7 @@ clean: rm -f paleofetch $(CACHE)/paleofetch paleofetch: paleofetch.c paleofetch.h config.h + ./battery_config.sh $(CC) paleofetch.c -o paleofetch $(CFLAGS) strip paleofetch