6 lines
70 B
Makefile
6 lines
70 B
Makefile
FLAGS=-v -buildvcs=true
|
|
|
|
all:
|
|
go build $(FLAGS)
|
|
clean:
|
|
rm -rf th7
|