X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=Makefile;h=221efa40560c34ff4fb761d21222a9d5269a9800;hb=6bc4556ebd7f48f52f9a446e53d1705d8fd79b27;hp=e337ec2a33b85a4ecb62d99443d362dbd4edebd2;hpb=8fcd1bfda89df37655b140c1b4091d8d50add899;p=dwm.git diff --git a/Makefile b/Makefile index e337ec2..221efa4 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include config.mk -SRC = client.c draw.c event.c main.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