Skip to content

Commit 87e15ce

Browse files
committed
make installable
1 parent 9e7f0d9 commit 87e15ce

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
BUILD=go build -ldflags "-s -w"
2-
PKG=github.com/syhpoon/learnfs/cmd
32

43
.PHONY: fuzz test proto vuln
54

65
build:
7-
@$(BUILD) -o learnfs $(PKG)
6+
@$(BUILD)
87

98
proto:
109
cd proto && ./gen-pb.sh

cmd/main.go main.go

File renamed without changes.

0 commit comments

Comments
 (0)