X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=Makefile;h=8e4818556b58f80099f2f7b0fcf14f6c8e082818;hb=7e476fb86ba254e6fe3a916ed7b5298e432a469c;hp=385b56eda2751097f0be6fe875d7244a0576f1dd;hpb=5d831eaa94e1ef91e4227298bdd5eec7b2181caf;p=dwm.git diff --git a/Makefile b/Makefile index 385b56e..8e48185 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include config.mk -SRC += client.c draw.c event.c main.c screen.c util.c +SRC += bar.c client.c event.c main.c screen.c util.c OBJ = ${SRC:.c=.o} all: options dwm