X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=31ae1c1020cfbd5def5f34e56a68a3ec5c1ce9ea;hb=2e95bc04135936ff8adc75e57e21f5edab56e0d6;hp=e337ec2a33b85a4ecb62d99443d362dbd4edebd2;hpb=8fcd1bfda89df37655b140c1b4091d8d50add899;p=dwm.git diff --git a/Makefile b/Makefile index e337ec2..31ae1c1 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 draw.c event.c main.c manage.c util.c OBJ = ${SRC:.c=.o} all: options dwm