Browse Source

Remove hardcoded patroneo from makefile

master
Nils 3 years ago
parent
commit
f5047af812
  1. 3
      template/Makefile.in

3
template/Makefile.in

@ -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

Loading…
Cancel
Save