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