X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=Makefile;h=fd07d594a889431816b5b649b9cddc1f2a81dcf1;hp=ce6e50801468154b15046b2084212f68edea95ea;hb=b800a1d1366c2ba22b7c934f7527de0b1542fe78;hpb=d456617f0eb93df0ec8eb81ff6e04ca988c09c60 diff --git a/Makefile b/Makefile index ce6e508..fd07d59 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include config.mk -SRC = draw.c dwm.c +SRC = drw.c dwm.c util.c OBJ = ${SRC:.c=.o} all: options dwm