Skip to content

Commit

Permalink
Realesae support
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielcoderX authored Aug 2, 2023
1 parent 01fe8f3 commit cec546a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,9 @@ build: create_dirs
@echo "Building..."
go build -o $(BULID_DIR)/bepass cmd/bepass/main.go

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

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

0 comments on commit cec546a

Please sign in to comment.