Skip to content

Commit 0a9bb80

Browse files
committed
add Makefile
1 parent bb26a21 commit 0a9bb80

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Makefile

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
build: sdist egg
3+
4+
sdist:
5+
python setup.py sdist
6+
7+
egg:
8+
python setup.py egg_info
9+
10+
.PHONY: build sdist egg
11+

0 commit comments

Comments
 (0)