source: cred_printer/Makefile @ 8f53997

abac0-leakabac0-meimei-idmei-rt0-ntvf-new-xml
Last change on this file since 8f53997 was 8f53997, checked in by Ted Faber <faber@…>, 11 years ago

Bump cred printer version

  • Property mode set to 100644
File size: 186 bytes
Line 
1
2
3VERSION=1.10
4DISTFILES=dist/cred_printer-${VERSION}.tar.gz
5
6all:    ${DISTFILES}
7
8dist/cred_printer-${VERSION}.tar.gz:
9        python ./setup.py sdist
10
11clean:
12        rm -rf *.pyc *.core dist MANIFEST
Note: See TracBrowser for help on using the repository browser.