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