Skip to content

Commit

Permalink
hotfix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
derhnyel committed Nov 14, 2022
1 parent 44f5cb9 commit 5712edc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
version=fake
ifeq ($(OS),Windows_NT)
bin=main.exe
export=set
else
bin=main
export=export
endif
# Example:
# make
Expand Down Expand Up @@ -51,7 +49,7 @@ endif

.PHONY: build-frontend
build-frontend:
cd web && $(export) BUILD_PATH=../cmd/build && CI=false yarn build && cd ..
cd web && export BUILD_PATH=../cmd/build && CI=false yarn build && cd ..

.PHONY: serve-backend
serve-backend:
Expand Down

0 comments on commit 5712edc

Please sign in to comment.