diff options
author | arg@suckless.org <unknown> | 2007-09-17 16:42:37 +0200 |
---|---|---|
committer | arg@suckless.org <unknown> | 2007-09-17 16:42:37 +0200 |
commit | fe2775a15ba2d4900788c57194da2bad3d19cfaf (patch) | |
tree | a668f514f4169a26568a8c5d209f3fb510e2b177 /Makefile | |
parent | 01022b95d65612462972bdd009896ba6fdd3063a (diff) |
made all stuff non-static - so you can choose wether to use dwm the static or the extern way when extending it
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ include config.mk -SRC = dwm.c +SRC += dwm.c OBJ = ${SRC:.c=.o} all: options dwm |