aboutsummarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAnselm R. Garbe2007-08-11 12:11:50 +0200
committerAnselm R. Garbe2007-08-11 12:11:50 +0200
commitf4ecc2c732d07629ba1d916607ec892bef6b294f (patch)
tree4cd055a398d3a98c441a6d50f4fbf4a205c78d04 /Makefile
parentab3bdd61d19d8a2988a83963bd261455f3756fb1 (diff)
downloadaur-f4ecc2c732d07629ba1d916607ec892bef6b294f.tar.gz
separated layout-specific stuff into separate .h and .c files which are included in config.h resp. config.mk - this allows writing layouts for dwm without any need to patch existing code
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6219d56651cb..24947f1da424 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
include config.mk
-SRC = client.c draw.c event.c layout.c main.c tag.c util.c
+SRC += client.c draw.c event.c layout.c main.c tag.c util.c
OBJ = ${SRC:.c=.o}
all: options dwm