X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=Makefile;h=221efa40560c34ff4fb761d21222a9d5269a9800;hb=7c4da2446531bfec2f9b32998604aa9ff2da11c3;hp=18626a74f185762fd2e37110f855398f865d5a87;hpb=5cc27f1b3c61df4f048cdac9e0feb31a2dd80c63;p=dwm.git diff --git a/Makefile b/Makefile index 18626a7..221efa4 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include config.mk -SRC = client.c draw.c event.c main.c tile.c tag.c util.c view.c +SRC = client.c event.c main.c screen.c util.c OBJ = ${SRC:.c=.o} all: options dwm