don't build another SCAD file I have locally for tinkering

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
Brian S. Stephan 2024-02-22 13:09:05 -06:00
parent 44a238f454
commit 8987d403ce
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
SRC_FILES := $(wildcard ./src/*.scad)
SRC_FILES := $(filter-out ./src/all-together-demo.scad, $(SRC_FILES))
SRC_FILES := $(filter-out ./src/blown-up-demo.scad, $(SRC_FILES))
SRC_FILES := $(filter-out ./src/components.scad, $(SRC_FILES))
SRC_FILES := $(filter-out ./src/roundedcube.scad, $(SRC_FILES))