11 lines
54 B
Makefile
11 lines
54 B
Makefile
|
|
all:
|
|
|
|
test:
|
|
$(GO) test -v
|
|
|
|
clean-local:
|
|
rm -f *~
|
|
|
|
|