diff options
| author | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-17 18:49:13 +0200 | 
|---|---|---|
| committer | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-17 18:49:13 +0200 | 
| commit | 789717d109016279bd541efe5b72899fbcf68335 (patch) | |
| tree | 2786cccf365c0563b0eec3ded9a5883b4e8de934 /Makefile | |
| parent | 605630c14522759a0a7521d3d74ee2340591147f (diff) | |
| download | dwm-789717d109016279bd541efe5b72899fbcf68335.tar.gz | |
simplified Makefile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 | 
1 files changed, 2 insertions, 2 deletions
@@ -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}"  |