diff --git a/Makefile b/Makefile index d71b894..090c5ee 100644 --- a/Makefile +++ b/Makefile @@ -20,5 +20,7 @@ $(BINARY): $(OBJS) clean: rm -rf $(DIST).tgz $(OBJS) $(BINARY) *~ -dist: clean - cd ..; tar cfvz $(DIST)/$(DIST).tgz $(DIST)/* +dist: clean + cd ..; \ + tar cfvJ $(DIST)/$(DIST)-`date -u "+%Y%m%d%H%M00"`.txz \ + $(DIST)/* diff --git a/tiny_sha3.tgz b/tiny_sha3.tgz deleted file mode 100644 index ee2063d..0000000 Binary files a/tiny_sha3.tgz and /dev/null differ