toys/Makefile (view raw)
1 2 3 4 5 6 7 8 9 10 11
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