X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/9e8b3258a06de01c53e60243ffe3419b47d016dd..6797ff84ae00d8039aa897d8b713ccdb771cd336:/Makefile diff --git a/Makefile b/Makefile index d8f9ddc..02bacf5 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include config.mk -SRC = client.c dev.c draw.c event.c main.c util.c +SRC = bar.c client.c dev.c draw.c event.c main.c util.c OBJ = ${SRC:.c=.o} MAN1 = dwm.1 BIN = dwm