From 9bd2f4dd06342e5ac52a97fe95f32e8ec187b7b0 Mon Sep 17 00:00:00 2001 From: Ashish Kumar Yadav Date: Sat, 6 Mar 2021 12:15:32 +0530 Subject: [PATCH] Improved makefile --- GNUmakefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index b97eccd..60da681 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,10 +1,10 @@ -PREFIX := /usr/local +PREFIX = /usr/local -CC := gcc -CFLAGS := -O3 -Wall -Wextra +CC = gcc +CFLAGS = -O3 -Wall -Wextra -X11CFLAGS := $(shell pkg-config --cflags x11) -X11LIBS := $(shell pkg-config --libs x11) +X11CFLAGS = $(shell pkg-config --cflags x11) +X11LIBS = $(shell pkg-config --libs x11) all: dwmblocks sigdwmblocks/sigdwmblocks xgetrootname/xgetrootname