diff options
author | Anselm R.Garbe <arg@10ksloc.org> | 2006-08-14 16:11:54 +0200 |
---|---|---|
committer | Anselm R.Garbe <arg@10ksloc.org> | 2006-08-14 16:11:54 +0200 |
commit | d26ffc7fa30402fa9f35107224966bdc883e40ce (patch) | |
tree | 98b8eeb20348c49acd906ff83612234929dcdcf4 /Makefile | |
parent | 0f3acce0429bc5d2906eaf9279abc5565b189d33 (diff) | |
download | dwm-d26ffc7fa30402fa9f35107224966bdc883e40ce.tar.gz |
removed finished message
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile index a0bfc0c..066643e 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,6 @@ SRC = client.c draw.c event.c main.c tag.c util.c OBJ = ${SRC:.c=.o} all: options dwm - @echo finished options: @echo dwm build options: |