diff Makefile @ 91:c4f8d7695833

simplified Makefile
author Anselm R. Garbe <garbeam@wmii.de>
date Mon, 17 Jul 2006 18:49:13 +0200
parents f08271b7cb20
children eca09aac3ccc
line wrap: on
line diff
--- a/Makefile	Mon Jul 17 16:46:42 2006 +0200
+++ b/Makefile	Mon Jul 17 18:49:13 2006 +0200
@@ -8,10 +8,10 @@
 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}"