# Makefile for shape11.py3 source becomes .dat and .stl for 3D printer all: shape11_py3.out shape11_py3.out: shape11.py3 python3 shape11.py3 > shape11_py3.out java -cp . light_dat shape11_py3.dat java -cp . light_normal shape11_py3.dat java -cp . dat_to_stl shape11_py3.dat shape11_py3.stl # needs light_dat.java light_normal.java and dat_to_stl.java compiled