X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=Makefile;h=b04b79c3865af743f7c3278b902abf4b83a56298;hp=6f1349f008523e1fa91bf47969aa59384b44abd2;hb=aafeaf731701e528f4ae9d7c7432b3e92fee4392;hpb=b6335776e46549ed5627069fbac692ba360a2fb6 diff --git a/Makefile b/Makefile index 6f1349f..b04b79c 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 = util.c draw.c dwm.c OBJ = ${SRC:.c=.o} all: options dwm