Skip to content

Commit a306e97

Browse files
committed
Fix this silly Makefile
1 parent 8d0ff52 commit a306e97

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

example/Makefile

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
1-
all: build
2-
3-
build:
4-
go build -o server main.go
1+
example:
2+
go build -v
53

64
clean:
7-
rm server
8-
9-
run:
10-
go run main.go
5+
rm example
116

127
test:
138
export DEBUG=1 && go test -v
149

15-
.PHONY: clean run
10+
.PHONY: clean run test

0 commit comments

Comments
 (0)