X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=61274569e37eb81d2a7c84932c38208b3b857fcc;hb=138b7fbd0563e176e4f4dce8ac771263f74ff6cb;hp=a9f129d54f62e6de5a4d443316de429fb29d8162;hpb=238dd5d2b15b8bdc0f05d5be7f86a1ca03d2920b;p=dwm.git diff --git a/Makefile b/Makefile index a9f129d..6127456 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include config.mk -SRC = client.c draw.c event.c main.c screen.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