X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=Makefile;h=8e4818556b58f80099f2f7b0fcf14f6c8e082818;hb=7e476fb86ba254e6fe3a916ed7b5298e432a469c;hp=385b56eda2751097f0be6fe875d7244a0576f1dd;hpb=9800518ae3505e54c0e52ea3d40050f279e722d6;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