Skip to content
GitLab
Explore
Sign in
zero-el
Makefile
Find file
Normal view
History
Permalink
Makefile
65 B
Newer
Older
add a Makefile for creating zip distribution
Yuanle Song
committed
Aug 31, 2019
1
2
3
zip
:
git archive
-o
zero-el.zip
--prefix
=
zero/ HEAD
.PHONY
:
zip