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