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