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