X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=Makefile;h=221efa40560c34ff4fb761d21222a9d5269a9800;hb=7c4da2446531bfec2f9b32998604aa9ff2da11c3;hp=31ae1c1020cfbd5def5f34e56a68a3ec5c1ce9ea;hpb=4cdbd523e5f02f7cf392dda8690f95ce6eaff9dd;p=dwm.git diff --git a/Makefile b/Makefile index 31ae1c1..221efa4 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 event.c main.c screen.c util.c OBJ = ${SRC:.c=.o} all: options dwm