diff options
| author | uint <abhinav.prsai@gmail.com> | 2025-12-13 13:49:17 +0000 |
|---|---|---|
| committer | uint <abhinav.prsai@gmail.com> | 2025-12-13 13:49:17 +0000 |
| commit | daa6a0c13268d8307ef2cf2b6c00e44d5f8048ee (patch) | |
| tree | 31a7e3fc2842606763703d48c209b94d0874ca0f | |
| parent | 978a281be920d3c3eb1f0a64f663d280630dd320 (diff) | |
move tooling up in Makefile
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
