diff options
Diffstat (limited to 'scripts/external_libs/termstyle/Makefile')
-rw-r--r-- | scripts/external_libs/termstyle/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/external_libs/termstyle/Makefile b/scripts/external_libs/termstyle/Makefile new file mode 100644 index 00000000..02151dca --- /dev/null +++ b/scripts/external_libs/termstyle/Makefile @@ -0,0 +1,9 @@ +0: + mkzero-gfxmonk \ + -v `cat VERSION` \ + -p termstyle.py \ + -p setup.py \ + python-termstyle.xml + +pypi: + ./setup.py register sdist upload |