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

simplified Makefile

parent 605630c1
No related branches found
No related tags found
No related merge requests found
......@@ -8,10 +8,10 @@ OBJ = ${SRC:.c=.o}
MAN1 = dwm.1
BIN = dwm
all: config dwm
all: options dwm
@echo finished
config:
options:
@echo dwm build options:
@echo "LIBS = ${LIBS}"
@echo "CFLAGS = ${CFLAGS}"
......
......@@ -2,7 +2,6 @@
# paths
PREFIX = /usr/local
CONFPREFIX = ${PREFIX}/etc
MANPREFIX = ${PREFIX}/share/man
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