txz timestamped dist
This commit is contained in:
6
Makefile
6
Makefile
@@ -20,5 +20,7 @@ $(BINARY): $(OBJS)
|
|||||||
clean:
|
clean:
|
||||||
rm -rf $(DIST).tgz $(OBJS) $(BINARY) *~
|
rm -rf $(DIST).tgz $(OBJS) $(BINARY) *~
|
||||||
|
|
||||||
dist: clean
|
dist: clean
|
||||||
cd ..; tar cfvz $(DIST)/$(DIST).tgz $(DIST)/*
|
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