summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2021-05-27 10:51:44 +0200
committerxengineering <mail2xengineering@protonmail.com>2021-05-27 10:55:19 +0200
commit4d9bd20ea82d483923b8f2d4e59500b378d224c9 (patch)
tree6a535dbc6d6b1cf5d6736d4cc97238d983d16264 /Makefile
parent5bf517d5692541dfa1f4fc506c51e0fb7b8a76b4 (diff)
downloadstlscope-4d9bd20ea82d483923b8f2d4e59500b378d224c9.tar
stlscope-4d9bd20ea82d483923b8f2d4e59500b378d224c9.tar.zst
stlscope-4d9bd20ea82d483923b8f2d4e59500b378d224c9.zip
Update CLI Interface0.2.0
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