dwm-meillo

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 diff
     1.1 --- a/Makefile	Mon Jul 17 16:46:42 2006 +0200
     1.2 +++ b/Makefile	Mon Jul 17 18:49:13 2006 +0200
     1.3 @@ -8,10 +8,10 @@
     1.4  MAN1 = dwm.1 
     1.5  BIN = dwm
     1.6  
     1.7 -all: config dwm
     1.8 +all: options dwm
     1.9  	@echo finished
    1.10  
    1.11 -config:
    1.12 +options:
    1.13  	@echo dwm build options:
    1.14  	@echo "LIBS     = ${LIBS}"
    1.15  	@echo "CFLAGS   = ${CFLAGS}"