X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=fd07d594a889431816b5b649b9cddc1f2a81dcf1;hb=5364697914fd4272fc1a6494b4fc522d2935427a;hp=ce6e50801468154b15046b2084212f68edea95ea;hpb=d456617f0eb93df0ec8eb81ff6e04ca988c09c60;p=dwm.git 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