Skip to content
Snippets Groups Projects
Commit c89bfb61 authored by Reviath's avatar Reviath
Browse files

Updated Makefile.

parent f456994a
No related branches found
No related tags found
No related merge requests found
Pipeline #643 passed
......@@ -15,8 +15,9 @@ nowindowsgui:
.PHONY: build
build:
@echo "Building ..."
@echo "Building to build/remiliascarlet."
@go build -tags=jsoniter -ldflags="$(LDFLAGS) $(STATIC_LDFLAGS) $(WINDOW_LDFLAGS)" -o build/remiliascarlet$(shell go env GOEXE) $$PWD/main.go
@echo "Successfully builded, ready to start."
.PHONY: start
start:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment