File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,5 @@ vendor/
1818
1919# Ignore executables
2020target /
21- mcs-server
2221mcs
2322! mcs /
24- ! mcs-server /
Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ default: mcs
33.PHONY : mcs
44mcs :
55 @echo " Building mcs binary to './mcs'"
6- @ (CGO_ENABLED=0 go build --tags kqueue --ldflags " -s -w" -o mcs ./cmd/mcs-server )
6+ @ (CGO_ENABLED=0 go build --tags kqueue --ldflags " -s -w" -o mcs ./cmd/mcs)
77
88swagger-gen :
99 @echo " Generating swagger server code from yaml"
1010 @swagger generate server -A mcs -f ./swagger.yml -r NOTICE
1111
1212build :
1313 @ (cd portal-ui; yarn install; make build; cd ..)
14- @ (CGO_ENABLED=0 go build --tags kqueue --ldflags " -s -w" -o mcs ./cmd/mcs-server )
14+ @ (CGO_ENABLED=0 go build --tags kqueue --ldflags " -s -w" -o mcs ./cmd/mcs)
1515
1616test :
1717 @ (go test ./restapi -v)
File renamed without changes.
You can’t perform that action at this time.
0 commit comments