simplified Makefile

This commit is contained in:
Anselm R. Garbe 2006-07-17 18:49:13 +02:00
parent 605630c145
commit 789717d109
2 changed files with 2 additions and 3 deletions

View File

@ -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}"

View File

@ -2,7 +2,6 @@
# paths
PREFIX = /usr/local
CONFPREFIX = ${PREFIX}/etc
MANPREFIX = ${PREFIX}/share/man
X11INC = /usr/X11R6/include