@ -1 +1,3 @@
build/
*.sw*
@ -0,0 +1,11 @@
SRCDIR = ./src
all: $(SRCDIR)/*
mkdir -p build
for file in $^ ; do \
openscad -o $${file}.stl $${file} ; \
mv $${file}.stl build ; \
done
clean:
rm build/*.stl
rmdir build
The note is not visible to the blocked user.