diff options
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 | 
