From 789717d109016279bd541efe5b72899fbcf68335 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Mon, 17 Jul 2006 18:49:13 +0200 Subject: simplified Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3433894..23e5fc7 100644 --- a/Makefile +++ b/Makefile @@ -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}" -- cgit v1.2.3