summaryrefslogtreecommitdiff
path: root/src/Make.cmd
Commit message (Expand)AuthorAgeFilesLines
* build: pass $GCFLAGS to compilerRuss Cox2011-10-181-2/+2
* make: add nuke target for C commands and libsAnthony Martin2011-05-111-1/+1
* Make.cmd: create TARGDIR if necessaryGustavo Niemeyer2011-05-031-1/+1
* goinstall: support GOPATH; building and installing outside the Go treeAndrew Gerrand2011-04-271-7/+11
* build: remove duplicate dependency in Make.cmdRobert Hencke2011-03-141-2/+0
* Make.cmd: also clean _test*Gustavo Niemeyer2011-03-081-1/+1
* gotest: enable unit tests for cmd directoriesRuss Cox2011-02-031-0/+19
* Make.cmd: remove $(OFILES)Eric Clark2010-10-111-2/+2
* build: $GOBIN defaults to $GOROOT/binRuss Cox2010-08-241-7/+2
* fix windows Make.cmd:Alex Brainman2010-07-261-4/+4
* windows: append executable extension (done as per Russ' suggestion)Joe Poirier2010-07-141-0/+4
* Make.cmd: make 'all' the default target (was 'clean': BUG)Rob Pike2010-03-191-2/+1
* Factor the Makefiles to make writing outside Makefiles easier.Rob Pike2010-03-191-11/+10
* Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/srcDevon H. O'Dell2009-12-111-2/+2
* go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia2009-11-231-4/+9
* add and use Make.cmdRuss Cox2009-08-271-0/+27