go vendor
This commit is contained in:
12
vendor/code.google.com/p/cascadia/Makefile
generated
vendored
Normal file
12
vendor/code.google.com/p/cascadia/Makefile
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
include $(GOROOT)/src/Make.inc
|
||||
|
||||
TARG=cascadia
|
||||
|
||||
GOFILES= \
|
||||
parser.go \
|
||||
selector.go \
|
||||
|
||||
include $(GOROOT)/src/Make.pkg
|
||||
|
||||
format:
|
||||
gofmt -w ${GOFILES} *_test.go
|
Reference in New Issue
Block a user