aboutsummarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAnselm R. Garbe2006-07-17 18:49:13 +0200
committerAnselm R. Garbe2006-07-17 18:49:13 +0200
commitae350735a6c25e0bc91afc25bf9e89479f61b5e7 (patch)
tree29aa086000e9ffd8b1d5e04d1a87c2fa16066d96 /Makefile
parent046cdff301850862b958f8ba1c4ce4c9adb7f01d (diff)
downloadaur-ae350735a6c25e0bc91afc25bf9e89479f61b5e7.tar.gz
simplified Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3433894d194e..23e5fc7c0927 100644
--- a/Makefile
+++ b/Makefile
@@ -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}"