summaryrefslogtreecommitdiff
path: root/src/Make.cmd
Commit message (Expand)AuthorAgeFilesLines
* 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