Last change
on this file was
3c30b59,
checked in by Mei <mei@…>, 11 years ago
|
1) add in new refactored regression testing directory
2) undo the abac.hh/ABAC.hh api changes
3) merged with Ted's changes to attribute format/nickname/issuer processing
|
-
Property mode set to
100644
|
File size:
313 bytes
|
Line | |
---|
1 | |
---|
2 | # cred_printer |
---|
3 | # |
---|
4 | VERSION=1.10 |
---|
5 | DISTFILES=dist/cred_printer-${VERSION}.tar.gz |
---|
6 | |
---|
7 | all: ${DISTFILES} |
---|
8 | |
---|
9 | dist/cred_printer-${VERSION}.tar.gz: |
---|
10 | python ./setup.py sdist |
---|
11 | |
---|
12 | distclean: |
---|
13 | rm -rf cred_printer-${VERSION} |
---|
14 | rm -rf *.pyc *.core dist MANIFEST |
---|
15 | clean: |
---|
16 | rm -rf cred_printer-${VERSION} |
---|
17 | rm -rf *.pyc *.core dist MANIFEST |
---|
18 | |
---|
Note: See
TracBrowser
for help on using the repository browser.