X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/4508fd2c4ee3171bdc1bffb7e53ecda8290292ef..cc8b3b999ba0153029b1e5a97ebbd59563f9e7bb:/draw/Makefile?ds=sidebyside diff --git a/draw/Makefile b/draw/Makefile index 1f72b61..4b39490 100644 --- a/draw/Makefile +++ b/draw/Makefile @@ -3,8 +3,8 @@ include ../config.mk -SRC = cleanupdraw.c setupdraw.c drawtext.c eprint.c getcolor.c initfont.c \ -textnw.c textw.c +SRC = cleanupdraw.c drawsquare.c drawtext.c eprint.c getcolor.c initfont.c \ +setupdraw.c textnw.c textw.c OBJ = ${SRC:.c=.o} all: libdraw.a