X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=Makefile;h=8f14a8c27751e6aefcfda5fe67ba724d7a8f28d5;hb=d6742ef8a6ce03f28ee9431ef51901ef712ffd76;hp=4a412eef3e3be2cb899d948081166488ea7fa386;hpb=5feb0c689dd815a31d48e2007b364057f6fec773;p=dmenu.git diff --git a/Makefile b/Makefile index 4a412ee..8f14a8c 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ config.h: @echo creating $@ from config.def.h @cp config.def.h $@ -${OBJ}: config.h config.mk drw.h +${OBJ}: arg.h config.h config.mk drw.h dmenu: dmenu.o drw.o util.o @echo CC -o $@ @@ -39,8 +39,8 @@ clean: dist: clean @echo creating dist tarball @mkdir -p dmenu-${VERSION} - @cp LICENSE Makefile README config.mk dmenu.1 drw.h util.h dmenu_path \ - dmenu_run stest.1 ${SRC} dmenu-${VERSION} + @cp LICENSE Makefile README arg.h config.mk dmenu.1 drw.h util.h \ + dmenu_path dmenu_run stest.1 ${SRC} dmenu-${VERSION} @tar -cf dmenu-${VERSION}.tar dmenu-${VERSION} @gzip dmenu-${VERSION}.tar @rm -rf dmenu-${VERSION}