X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=Makefile;h=02bacf55482e0f8a0157d4d61ce06a9ca0ae44c8;hb=6458d72572a30d2cc4af3385755033b2cca93057;hp=d8f9ddcab78413814e5f1fad1df599658c7f84c7;hpb=9e8b3258a06de01c53e60243ffe3419b47d016dd;p=dwm.git 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