aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorarg@suckless.org <unknown>2007-09-17 16:42:37 +0200
committerarg@suckless.org <unknown>2007-09-17 16:42:37 +0200
commitfe2775a15ba2d4900788c57194da2bad3d19cfaf (patch)
treea668f514f4169a26568a8c5d209f3fb510e2b177 /Makefile
parent01022b95d65612462972bdd009896ba6fdd3063a (diff)
downloaddwm-fe2775a15ba2d4900788c57194da2bad3d19cfaf.tar.gz
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--Makefile2
1 files changed, 1 insertions, 1 deletions
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
remember that computers suck.