X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=Makefile;h=691e44cc5335ba2508b72aa95a396a0c573c6ec6;hb=b975c4728046052a32626378df193217a96fbefc;hp=b1378b868256e2a972be956b45632d81bba0145a;hpb=10d13f01ff764ba0e875adf5d2b83c49aa08d148;p=dwm.git diff --git a/Makefile b/Makefile index b1378b8..691e44c 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include config.mk -SRC += client.c draw.c event.c layout.c main.c tag.c util.c +SRC += client.c draw.c event.c main.c screen.c util.c OBJ = ${SRC:.c=.o} all: options dwm