made all stuff non-static - so you can choose wether to use dwm the static or the extern way when extending it

This commit is contained in:
arg@suckless.org 2007-09-17 16:42:37 +02:00
parent 01022b95d6
commit fe2775a15b
4 changed files with 184 additions and 187 deletions

View file

@ -3,7 +3,7 @@
include config.mk
SRC = dwm.c
SRC += dwm.c
OBJ = ${SRC:.c=.o}
all: options dwm