mirror of
https://github.com/adrianschlatter/threadlib.git
synced 2025-01-17 21:28:33 +01:00
5 lines
70 B
Makefile
5 lines
70 B
Makefile
|
.PHONY: test
|
||
|
test:
|
||
|
cat ../THREAD_TABLE.scad | awk -f test_table.awk
|
||
|
|