Description: update Makefile
 update Makefile.

Author: Clay Stan <claystan97@gmail.com>
Forwarded: not-needed
Last-Update: 2021-09-08

Index: cpufetch/Makefile
===================================================================
--- cpufetch.orig/Makefile
+++ cpufetch/Makefile
@@ -1,6 +1,6 @@
 CC ?= gcc
 
-CFLAGS+=-Wall -Wextra -pedantic
+CFLAGS+=-Wall -Wextra -pedantic ${CPPFLAGS} ${LDFLAGS}
 SANITY_FLAGS=-Wfloat-equal -Wshadow -Wpointer-arith -Wstrict-prototypes
 
 PREFIX ?= /usr
