X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=blobdiff_plain;f=Makefile;h=80fe82157fb8ce2925eaad8c7e79c4c4b78d9ae5;hp=327514dae203b655a2c581233c0b772a32d97052;hb=f400f0d56f9a89984b40f5b8a57e410c0bf2c9e2;hpb=44511e25490498bc2a38adcfda1f4f6e25805d7a diff --git a/Makefile b/Makefile index 327514d..80fe821 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ clean: dist: clean @echo creating dist tarball @mkdir -p surf-${VERSION} - @cp -R LICENSE Makefile config.mk \ + @cp -R LICENSE Makefile config.mk README \ surf.1 ${SRC} surf-${VERSION} @tar -cf surf-${VERSION}.tar surf-${VERSION} @gzip surf-${VERSION}.tar