summaryrefslogtreecommitdiffhomepage
path: root/Makefile
blob: beb5526bfdb6dcaab21af5c99eb8d1389b3dab0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# releases:
# aerodactyl (13sep03)
# bulbasaur
# charmander

RELEASE=bulbasaur

release:
	mkdir ../secsh-$(RELEASE)
	cp README ../secsh-$(RELEASE)
	cp *.py ../secsh-$(RELEASE)
	cd .. && zip -r secsh-$(RELEASE).zip secsh-$(RELEASE)
	echo rm -rf ../secsh-$(RELEASE)

py:
	python ./setup.py sdist --formats=zip

# places where the version number is stored:
#
# setup.py
# secsh.py
# README