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