X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=Makefile;h=4af6a3d0b31b0ec1c0275ece23655b54431b7662;hp=221efa40560c34ff4fb761d21222a9d5269a9800;hb=8012fcf3334148d2b39646fd372a7514cc74c250;hpb=6bc4556ebd7f48f52f9a446e53d1705d8fd79b27 diff --git a/Makefile b/Makefile index 221efa4..4af6a3d 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include config.mk -SRC = client.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