X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=Makefile;h=18626a74f185762fd2e37110f855398f865d5a87;hp=e337ec2a33b85a4ecb62d99443d362dbd4edebd2;hb=5cc27f1b3c61df4f048cdac9e0feb31a2dd80c63;hpb=39ed54a468f339535f82cce2c0a79b92e74a7c09 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