X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=Makefile;h=a9f129d54f62e6de5a4d443316de429fb29d8162;hp=31ae1c1020cfbd5def5f34e56a68a3ec5c1ce9ea;hb=238dd5d2b15b8bdc0f05d5be7f86a1ca03d2920b;hpb=64871a7045077bb2ec4cbcd62a74cabbe6b45096 diff --git a/Makefile b/Makefile index 31ae1c1..a9f129d 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 main.c screen.c util.c OBJ = ${SRC:.c=.o} all: options dwm