Commit 8230b89a authored by Yuanle Song's avatar Yuanle Song
Browse files

add a Makefile for creating zip distribution

parent 06b18f2b
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+1 −0
Original line number Diff line number Diff line
*.zip

Makefile

0 → 100644
+3 −0
Original line number Diff line number Diff line
zip:
	git archive -o zero-el.zip --prefix=zero/ HEAD
.PHONY: zip