11 lines
192 B
Makefile
11 lines
192 B
Makefile
|
|
all: gettoken saytheday youvegothonks
|
|
|
|
gettoken: gettoken.go
|
|
go build gettoken.go
|
|
|
|
saytheday: saytheday.go
|
|
go build saytheday.go
|
|
|
|
youvegothonks: youvegothonks.go
|
|
go build youvegothonks.go
|