From fe2775a15ba2d4900788c57194da2bad3d19cfaf Mon Sep 17 00:00:00 2001 From: "arg@suckless.org" Date: Mon, 17 Sep 2007 16:42:37 +0200 Subject: made all stuff non-static - so you can choose wether to use dwm the static or the extern way when extending it --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4f03721..2d61830 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include config.mk -SRC = dwm.c +SRC += dwm.c OBJ = ${SRC:.c=.o} all: options dwm -- cgit v1.2.3-54-g00ecf