aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@wmii.de>2006-07-17 18:49:13 +0200
committerAnselm R. Garbe <garbeam@wmii.de>2006-07-17 18:49:13 +0200
commit789717d109016279bd541efe5b72899fbcf68335 (patch)
tree2786cccf365c0563b0eec3ded9a5883b4e8de934 /Makefile
parent605630c14522759a0a7521d3d74ee2340591147f (diff)
downloaddwm-789717d109016279bd541efe5b72899fbcf68335.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 3433894..23e5fc7 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}"
remember that computers suck.