X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/665488a6eedeecf743e44bd9624105c8b47c4f97..8a10b35c64ebe8791ed5c7325b31d86e269b308c:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index 66040d9..18279f6 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include config.mk -SRC = main.c util.c +SRC = draw.c main.c util.c OBJ = ${SRC:.c=.o} all: options dmenu