X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=blobdiff_plain;f=Makefile;h=6dc19fa5b03376c10e205e888e38562808a1f231;hp=779262897d6ac0c6e554417ebafff08ef0437b18;hb=b6e181e82acc2f20085410f720b8ceeed8a8cbe3;hpb=92e8fd101c7b74cd9139bcdd061ab4a58f19a193 diff --git a/Makefile b/Makefile index 7792628..6dc19fa 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ clean: dist: clean @echo creating dist tarball @mkdir -p surf-${VERSION} - @cp -R LICENSE Makefile README config.def.h config.mk \ + @cp -R LICENSE Makefile README config.mk \ surf.1 ${SRC} surf-${VERSION} @tar -cf surf-${VERSION}.tar surf-${VERSION} @gzip surf-${VERSION}.tar