summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruint <abhinav.prsai@gmail.com>2025-12-13 13:49:17 +0000
committeruint <abhinav.prsai@gmail.com>2025-12-13 13:49:17 +0000
commitdaa6a0c13268d8307ef2cf2b6c00e44d5f8048ee (patch)
tree31a7e3fc2842606763703d48c209b94d0874ca0f
parent978a281be920d3c3eb1f0a64f663d280630dd320 (diff)
move tooling up in Makefile
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 1381567..5317964 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,6 @@
+# tools
+CC = cc
+
# paths
PREFIX = /usr/local
MANPREFIX = ${PREFIX}/share/man
@@ -14,9 +17,6 @@ LDFLAGS = ${LIBS}
# CFLAGS += -I/usr/X11R6/include
# LDFLAGS += -L/usr/X11R6/lib
-# tools
-CC = cc
-
# files
SRC = src/sxwm.c src/parser.c
OBJ = build/sxwm.o build/parser.o