comparison Makefile @ 280:87cdbff4962e

removed finished message
author Anselm R.Garbe <arg@10ksloc.org>
date Mon, 14 Aug 2006 16:11:54 +0200 (2006-08-14)
parents a47b3b0d7bf4
children 96d09fd98e89
comparison
equal deleted inserted replaced
279:2cedfbefd025 280:87cdbff4962e
5 5
6 SRC = client.c draw.c event.c main.c tag.c util.c 6 SRC = client.c draw.c event.c main.c tag.c util.c
7 OBJ = ${SRC:.c=.o} 7 OBJ = ${SRC:.c=.o}
8 8
9 all: options dwm 9 all: options dwm
10 @echo finished
11 10
12 options: 11 options:
13 @echo dwm build options: 12 @echo dwm build options:
14 @echo "CFLAGS = ${CFLAGS}" 13 @echo "CFLAGS = ${CFLAGS}"
15 @echo "LDFLAGS = ${LDFLAGS}" 14 @echo "LDFLAGS = ${LDFLAGS}"