2024-06-20 10:51:16 -05:00
|
|
|
all:
|
|
|
|
python build.py
|
2024-03-21 19:00:13 -05:00
|
|
|
mkdir -p ./build/docs
|
|
|
|
cp ./docs/README-objects.md ./build/README.md
|
|
|
|
cp ./docs/assembly-and-tips.md ./build/docs/assembly-and-tips.md
|
|
|
|
cp ./docs/printing-and-materials.md ./build/docs/printing-and-materials.md
|
|
|
|
cp ./LICENSE ./build/LICENSE
|
|
|
|
pushd ./build; zip ./buildable-stick-system-`git describe --dirty`-stls.zip . -r; popd
|
2023-08-24 23:23:41 -05:00
|
|
|
|
|
|
|
clean:
|
2023-09-07 19:53:56 -05:00
|
|
|
rm -rf ./build
|