Work in progress

This commit is contained in:
Alex Yatskov 2015-07-20 15:48:23 +09:00
parent ef14501478
commit d1dcb0a2f4

View File

@ -25,7 +25,7 @@ package main
import "fmt" import "fmt"
type taskDef struct { type taskDef struct {
Deps []task Deps []task `json:",string"`
Links []link Links []link
Cmds []command Cmds []command
Macros []macro Macros []macro