X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=Makefile;h=691e44cc5335ba2508b72aa95a396a0c573c6ec6;hp=b1378b868256e2a972be956b45632d81bba0145a;hb=9f88fd093cf4f18dfd25b86344e5df73f5f1c2a1;hpb=10d13f01ff764ba0e875adf5d2b83c49aa08d148 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