X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=Makefile;h=4af6a3d0b31b0ec1c0275ece23655b54431b7662;hb=8012fcf3334148d2b39646fd372a7514cc74c250;hp=a9f129d54f62e6de5a4d443316de429fb29d8162;hpb=238dd5d2b15b8bdc0f05d5be7f86a1ca03d2920b;p=dwm.git diff --git a/Makefile b/Makefile index a9f129d..4af6a3d 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 event.c layout.c main.c tag.c util.c OBJ = ${SRC:.c=.o} all: options dwm