Files
lealife b140cd538f vendor
2017-06-22 13:18:16 +08:00

13 lines
159 B
Makefile

include $(GOROOT)/src/Make.inc
TARG=cascadia
GOFILES= \
parser.go \
selector.go \
include $(GOROOT)/src/Make.pkg
format:
gofmt -w ${GOFILES} *_test.go