Browse Source

Remove duplication.

Richard Crowley 14 years ago
parent
commit
4eb6881b93
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Makefile

+ 0 - 1
Makefile

@@ -22,7 +22,6 @@ all: uninstall clean install
 	make -C cmd/metrics-bench uninstall clean install
 	make -C cmd/metrics-bench uninstall clean install
 
 
 uninstall:
 uninstall:
-	rm -f $(GOROOT)/pkg/$(GOOS)_$(GOARCH)/$(TARG).a
 	rm -f $(GOROOT)/pkg/$(GOOS)_$(GOARCH)/$(TARG).a
 	rm -f $(GOROOT)/pkg/$(GOOS)_$(GOARCH)/$(TARG).a
 	rm -rf $(GOROOT)/src/pkg/$(TARG)
 	rm -rf $(GOROOT)/src/pkg/$(TARG)
 	make -C cmd/metrics uninstall
 	make -C cmd/metrics uninstall