X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=Makefile;h=2ce71ccfbdab8d44b0d63403b830d645e5b3bd93;hp=066643e0457460dfc12236fb346a6fb9c9b8f61f;hb=cb4aa5bc35cf16a06bb2b4e880648e390fa2cc55;hpb=d26ffc7fa30402fa9f35107224966bdc883e40ce diff --git a/Makefile b/Makefile index 066643e..2ce71cc 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ # dwm - dynamic window manager -# (C)opyright MMVI Anselm R. Garbe +# (C)opyright MMVII Anselm R. Garbe include config.mk -SRC = client.c draw.c event.c main.c tag.c util.c +SRC = client.c draw.c event.c main.c tag.c util.c view.c OBJ = ${SRC:.c=.o} all: options dwm