X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=Makefile;h=24947f1da424c78d0141858ec4a4f8285e9b4426;hp=6219d56651cba590395d5a95e2b6ff197639d7ee;hb=2d81b78b853565a3e34a8a9190e2362a6fdde739;hpb=b896b58d6dbdfc98c0099bd7276e4989527160c6 diff --git a/Makefile b/Makefile index 6219d56..24947f1 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