Skip to content
Snippets Groups Projects
Commit 789717d1 authored by Anselm R. Garbe's avatar Anselm R. Garbe
Browse files

simplified Makefile

parent 605630c1
Branches
Tags
No related merge requests found
...@@ -8,10 +8,10 @@ OBJ = ${SRC:.c=.o} ...@@ -8,10 +8,10 @@ OBJ = ${SRC:.c=.o}
MAN1 = dwm.1 MAN1 = dwm.1
BIN = dwm BIN = dwm
all: config dwm all: options dwm
@echo finished @echo finished
config: options:
@echo dwm build options: @echo dwm build options:
@echo "LIBS = ${LIBS}" @echo "LIBS = ${LIBS}"
@echo "CFLAGS = ${CFLAGS}" @echo "CFLAGS = ${CFLAGS}"
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
# paths # paths
PREFIX = /usr/local PREFIX = /usr/local
CONFPREFIX = ${PREFIX}/etc
MANPREFIX = ${PREFIX}/share/man MANPREFIX = ${PREFIX}/share/man
X11INC = /usr/X11R6/include X11INC = /usr/X11R6/include
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment