~mandel/bacchus/rhythmbox-client

« back to all changes in this revision

Viewing changes to server-ubuntu/server/Makefile

  • Committer: C Miller
  • Date: 2013-10-17 21:03:00 UTC
  • Revision ID: bzrdev@chad.org-20131017210300-wusg3oamogo1c1d4
Abandon Python. Use Go.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
export GOPATH
 
3
 
 
4
GOPATH := $(realpath $(CURDIR))
 
5
 
 
6
serv: src/bacchus/serv/serv.go
 
7
        @echo $$GOPATH
 
8
        go build bacchus/serv
 
9
 
 
10
run: serv
 
11
        ./serv