cadquery/notebook_nueva/Makefile
2023-04-15 18:59:08 -03:00

12 lines
173 B
Makefile

STL_FILES = base.stl hinged_lid.stl simple_lid.stl tandy_lid.stl
all: $(STL_FILES) .lint
%.stl: %.py dimensions.py utils.py
python $<
.lint: *.py
flake8
touch .lint