diff options
| author | xengineering <mail2xengineering@protonmail.com> | 2021-05-27 10:51:44 +0200 | 
|---|---|---|
| committer | xengineering <mail2xengineering@protonmail.com> | 2021-05-27 10:55:19 +0200 | 
| commit | 4d9bd20ea82d483923b8f2d4e59500b378d224c9 (patch) | |
| tree | 6a535dbc6d6b1cf5d6736d4cc97238d983d16264 /Makefile | |
| parent | 5bf517d5692541dfa1f4fc506c51e0fb7b8a76b4 (diff) | |
| download | stlscope-838d758763788ea8207be9b09a90c9559dd8d8e8.tar stlscope-838d758763788ea8207be9b09a90c9559dd8d8e8.tar.zst stlscope-838d758763788ea8207be9b09a90c9559dd8d8e8.zip | |
Update CLI Interface0.2.0
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -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 | 
