X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=Makefile;h=3433894d194ead8eb09c297b37b7e0f0fa1a740e;hp=536960bafa5a5c370ed0e7f3caafdf7eff7c1529;hb=dba23062bad40afb1a90f60b6897cf9e1ca5035b;hpb=59b4a5e4cac68dfe6d245b8b708c3cb805f49f6d diff --git a/Makefile b/Makefile index 536960b..3433894 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include config.mk -SRC = bar.c client.c dev.c draw.c event.c main.c util.c +SRC = client.c draw.c event.c main.c tag.c util.c OBJ = ${SRC:.c=.o} MAN1 = dwm.1 BIN = dwm