X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=Makefile;h=61274569e37eb81d2a7c84932c38208b3b857fcc;hb=d180ba418cd56f3a743d9a5863f86f7eae21602f;hp=31ae1c1020cfbd5def5f34e56a68a3ec5c1ce9ea;hpb=4cdbd523e5f02f7cf392dda8690f95ce6eaff9dd;p=dwm.git diff --git a/Makefile b/Makefile index 31ae1c1..6127456 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include config.mk -SRC = client.c draw.c event.c main.c manage.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