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