diff options
Diffstat (limited to 'stsynphot/bld.bat')
-rw-r--r-- | stsynphot/bld.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stsynphot/bld.bat b/stsynphot/bld.bat new file mode 100644 index 0000000..98bf5c5 --- /dev/null +++ b/stsynphot/bld.bat @@ -0,0 +1,2 @@ +python setup.py install || exit 1 +if errorlevel 1 exit 1 |