X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/4508fd2c4ee3171bdc1bffb7e53ecda8290292ef..7afd296c40a2e8af9477add1c3d02a7c4b444747:/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