Makefile (196B)
1 apnd: apnd.go src 2 GOPATH=`pwd` go build 3 4 src: 5 # Automatically download dependencies listed in source files 6 GOPATH=`pwd` go get -d 7 8 clean: 9 # Delete output from make depend too 10 rm -rf apnd src
![]() | shlistshare and manage lists between multiple people |
Log | Files | Refs |