Files
leanote/vendor/code.google.com/p/cascadia/Makefile

13 lines
159 B
Makefile
Raw Normal View History

2017-11-30 19:55:33 +08:00
include $(GOROOT)/src/Make.inc
TARG=cascadia
GOFILES= \
parser.go \
selector.go \
include $(GOROOT)/src/Make.pkg
format:
gofmt -w ${GOFILES} *_test.go