X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=Makefile;h=ce6e50801468154b15046b2084212f68edea95ea;hp=6f1349f008523e1fa91bf47969aa59384b44abd2;hb=c0ba635c50dc53f06e4fc96392415b3d19b25826;hpb=b6335776e46549ed5627069fbac692ba360a2fb6 diff --git a/Makefile b/Makefile index 6f1349f..ce6e508 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,9 @@ # dwm - dynamic window manager +# See LICENSE file for copyright and license details. include config.mk -SRC = dwm.c +SRC = draw.c dwm.c OBJ = ${SRC:.c=.o} all: options dwm