From daa6a0c13268d8307ef2cf2b6c00e44d5f8048ee Mon Sep 17 00:00:00 2001 From: uint Date: Sat, 13 Dec 2025 13:49:17 +0000 Subject: move tooling up in Makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3