txz timestamped dist
This commit is contained in:
6
Makefile
6
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)/*
|
||||
|
||||
BIN
tiny_sha3.tgz
BIN
tiny_sha3.tgz
Binary file not shown.
Reference in New Issue
Block a user