source:
cred_printer/Makefile
@
bac5e14
Last change on this file since bac5e14 was 25ae6a3, checked in by , 13 years ago | |
---|---|
|
|
File size: 186 bytes |
Line | |
---|---|
1 | |
2 | |
3 | VERSION=1.01 |
4 | DISTFILES=dist/cred_printer-${VERSION}.tar.gz |
5 | |
6 | all: ${DISTFILES} |
7 | |
8 | dist/cred_printer-${VERSION}.tar.gz: |
9 | python ./setup.py sdist |
10 | |
11 | clean: |
12 | rm -rf *.pyc *.core dist MANIFEST |
Note: See TracBrowser
for help on using the repository browser.