|
|
@ -11,7 +11,8 @@ all: | calfbox |
|
|
|
#Our Program |
|
|
|
mkdir -p build |
|
|
|
cd build && printf "prefix = \"$(PREFIX)\"" > compiledprefix.py |
|
|
|
cp -r patroneo __main__.py engine qtgui sitepackages template build |
|
|
|
#Only copy the needed files |
|
|
|
cp -r "$(PROGRAM)" __main__.py engine qtgui sitepackages template build |
|
|
|
#We only need the installed calfbox in local sitepackages. The repo in template is full with build data anyway, don't zip that in. |
|
|
|
rm -rf build/template/calfbox |
|
|
|
#Clean all pycache in build |
|
|
|