9 lines
118 B
Makefile
9 lines
118 B
Makefile
|
|
||
|
all: gettoken saytheday
|
||
|
|
||
|
gettoken: gettoken.go
|
||
|
go build gettoken.go
|
||
|
|
||
|
saytheday: saytheday.go
|
||
|
go build saytheday.go
|