summaryrefslogtreecommitdiff
path: root/src/cmd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/Makefile')
-rw-r--r--src/cmd/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/cmd/Makefile b/src/cmd/Makefile
index 104e9f5df..5a37733de 100644
--- a/src/cmd/Makefile
+++ b/src/cmd/Makefile
@@ -18,7 +18,7 @@ DIRS=\
gc\
godefs\
gopack\
- gotest\
+ gotry\
nm\
prof\
@@ -41,8 +41,11 @@ CLEANDIRS=\
cgo\
ebnflint\
godoc\
+ gofix\
gofmt\
goinstall\
+ gotest\
+ gotype\
goyacc\
hgpatch\