Update Makefile
This commit is contained in:
parent
ca1911d7f2
commit
b50617ca8d
1 changed files with 8 additions and 1 deletions
|
@ -8,5 +8,12 @@ GOFILES=\
|
||||||
math.go\
|
math.go\
|
||||||
path.go\
|
path.go\
|
||||||
transform.go\
|
transform.go\
|
||||||
|
dasher.go\
|
||||||
|
demux_converter.go\
|
||||||
|
font.go\
|
||||||
|
path_adder.go\
|
||||||
|
path_converter.go\
|
||||||
|
path_storage.go\
|
||||||
|
stroker.go\
|
||||||
|
|
||||||
include $(GOROOT)/src/Make.pkg
|
include $(GOROOT)/src/Make.pkg
|
Loading…
Reference in a new issue