From 6847da88595e7634fabbc67675113b70e6bda4f3 Mon Sep 17 00:00:00 2001 From: shockrahwow Date: Mon, 2 Sep 2019 02:50:57 -0700 Subject: [PATCH] respective makefile --- dwm-stat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwm-stat/Makefile b/dwm-stat/Makefile index 64bdfe1..b2b99d8 100644 --- a/dwm-stat/Makefile +++ b/dwm-stat/Makefile @@ -4,7 +4,7 @@ stat: gcc -o $(output) status.c $(flags) laptop: - gcc -D LAPTOP status.c -o $(output) status.c $(flags) + gcc -D LAPTOP=1 status.c -o $(output) status.c $(flags) clean: rm -f statline