summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 447434f..75f31c8 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ clean:
rm -rf build
debug:
- go run ./... data/L.stl
+ go run ./... -debug data/L.stl
install: all
mkdir -p $(DESTDIR)$(PREFIX)/bin