summaryrefslogtreecommitdiff
path: root/src/cmd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/Makefile')
-rw-r--r--src/cmd/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/cmd/Makefile b/src/cmd/Makefile
index 103977f32..31be2d12b 100644
--- a/src/cmd/Makefile
+++ b/src/cmd/Makefile
@@ -20,8 +20,7 @@ DIRS=\
pack\
prof\
-# Clean applies to all directories, even for other architectures or
-# written in Go.
+# Clean applies to all directories, even for other architectures.
CLEANDIRS=\
$(DIRS)\
5a\
@@ -36,12 +35,6 @@ CLEANDIRS=\
8c\
8g\
8l\
- cgo\
- godoc\
- fix\
- gofmt\
- vet\
- yacc\
install: $(patsubst %,%.install,$(DIRS))
clean: $(patsubst %,%.clean,$(CLEANDIRS))