Skip to content

Commit

Permalink
makefile: update incorrect makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Date Huang <[email protected]>
  • Loading branch information
tjjh89017 committed Jan 28, 2025
1 parent 028a678 commit 30f06c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

APP=stunmesh-go
APP?=stunmesh-go

.PHONY build
.PHONY: build
build: clean
go build -v -o ${APP}

.PHONY clean
.PHONY: clean
clean:
go clean

.PHONY all
.PHONY: all
all: build

0 comments on commit 30f06c2

Please sign in to comment.