source: cred_printer/Makefile @ 25ae6a3

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

Patch from Tom Mitchell: Add tail and head structs and pretty printing
them. cred_client.py in 811bc273bdd1b0b00512202c019614adb7a32977
includes pretty printing changes (from faber)

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