am-i-alive-go

Make it easy for people to check if you are alive or not.
git clone http://git.hanabi.in/repos/am-i-alive-go.git
Log | Files | Refs | README | LICENSE

makefile (97B)


      1 build:
      2 	go build -o amialive src/main.go
      3 dev:
      4 	make build && ./amialive
      5 clean:
      6 	rm -f ./amialive