X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=Makefile;h=61274569e37eb81d2a7c84932c38208b3b857fcc;hb=e7508783e85aba0ce4ab09b0dd76c40342113aed;hp=4af6a3d0b31b0ec1c0275ece23655b54431b7662;hpb=f4d15b1fec52bdd6d512577fd96490efaddb55eb;p=dwm.git diff --git a/Makefile b/Makefile index 4af6a3d..6127456 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include config.mk -SRC = client.c event.c layout.c main.c tag.c util.c +SRC = client.c draw.c event.c layout.c main.c tag.c util.c OBJ = ${SRC:.c=.o} all: options dwm