Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/uoosef/bepass
Browse files Browse the repository at this point in the history
  • Loading branch information
uoosef committed Aug 15, 2023
2 parents 23d5272 + 0f0d995 commit e8e7a3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bepass/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ release: create_dirs

gui: create_dirs
@echo "Building GUI version..."
go build $(BUILD_DIR)/bepass-gui cmd/gui/gui.go
go build -o $(BUILD_DIR)/bepass-gui cmd/gui/gui.go

gui-release: create_dirs
@echo "Building GUI Release Version..."
go build $(BUILD_DIR)/bepass-gui cmd/gui/gui.go
go build -ldflags '-s -w' -o $(BUILD_DIR)/bepass-gui cmd/gui/gui.go

test: build
@echo "Running tests..."
Expand Down

0 comments on commit e8e7a3c

Please sign in to comment.