Updated it so intern/python/freeze is combined into intern's Makefile
also updated the readme so its not an extra step anymore. Kent -- mein@cs.umn.edu
This commit is contained in:
@@ -10,5 +10,10 @@ PYFLAGS = -S -O
|
||||
|
||||
default: importer
|
||||
|
||||
install: importer
|
||||
|
||||
importer:
|
||||
python $(PYFLAGS) freeze.py -d -x os -x pprint -x Blender -I $(SRCDIR) -o $(TARGETDIR) $(SRCDIR)/VRMLmain.py
|
||||
|
||||
clean:
|
||||
rm *.pyo
|
||||
|
Reference in New Issue
Block a user