source: cred_printer/Makefile @ 02dcba5

abac0-leakabac0-meicompt_changesgec13mei-idmei-rt0-nmei_rt0tvf-new-xml
Last change on this file since 02dcba5 was 02dcba5, checked in by Ted Faber <faber@…>, 12 years ago

Add credential printer

  • Property mode set to 100644
File size: 186 bytes
Line 
1
2
3VERSION=1.00
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.