X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=18626a74f185762fd2e37110f855398f865d5a87;hb=5cc27f1b3c61df4f048cdac9e0feb31a2dd80c63;hp=e337ec2a33b85a4ecb62d99443d362dbd4edebd2;hpb=8fcd1bfda89df37655b140c1b4091d8d50add899;p=dwm.git diff --git a/Makefile b/Makefile index e337ec2..18626a7 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 tile.c tag.c util.c view.c OBJ = ${SRC:.c=.o} all: options dwm