X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=Makefile;h=4af6a3d0b31b0ec1c0275ece23655b54431b7662;hb=355beb53f085f51f49159bc9822922c11fbddd26;hp=221efa40560c34ff4fb761d21222a9d5269a9800;hpb=f8415019d4edc1cd4f310adb256e6656e85bfe75;p=dwm.git 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