summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9bcf23e..de52702 100644
--- a/Makefile
+++ b/Makefile
@@ -10,11 +10,11 @@ clean:
rm -rf build
debug:
- go run ./... -file data/L.stl
+ go run ./... data/L.stl
install: all
mkdir -p $(PREFIX)/bin
install -m 755 build/stlscope $(PREFIX)/bin
-.PHONY: all clean debug install release
+.PHONY: all clean debug install