We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d49286 commit 80e5a03Copy full SHA for 80e5a03
Makefile
@@ -4,7 +4,6 @@ all:
4
env CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -a -o laitos.arm64
5
env CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -a -o laitos.exe
6
env CGO_ENABLED=0 GOOS=darwin go build -a -o laitos.darwin
7
- cd controlpanel && ng build --base-href /controlpanel
8
9
.PHONY: clean
10
clean:
0 commit comments