2010-03-19 16:14:46 -06:00
|
|
|
# Copyright 2009 The Go Authors. All rights reserved.
|
|
|
|
# Use of this source code is governed by a BSD-style
|
|
|
|
# license that can be found in the LICENSE file.
|
|
|
|
|
|
|
|
clean:
|
|
|
|
rm -rf *.o *.a *.[$(OS)] [$(OS)].out $(CLEANFILES)
|
|
|
|
|
2011-04-13 14:24:57 -06:00
|
|
|
install.clean: install
|
2011-04-15 06:25:44 -06:00
|
|
|
rm -rf *.o *.a *.[$(OS)] [$(OS)].out $(CLEANFILES) || true
|
2011-04-13 14:24:57 -06:00
|
|
|
|
|
|
|
test.clean: test
|
2011-04-15 06:25:44 -06:00
|
|
|
rm -rf *.o *.a *.[$(OS)] [$(OS)].out $(CLEANFILES) || true
|
2011-04-13 14:24:57 -06:00
|
|
|
|
|
|
|
testshort.clean: testshort
|
2011-04-15 06:25:44 -06:00
|
|
|
rm -rf *.o *.a *.[$(OS)] [$(OS)].out $(CLEANFILES) || true
|
2011-04-13 14:24:57 -06:00
|
|
|
|
2010-03-19 16:14:46 -06:00
|
|
|
%.make:
|
2011-03-05 12:53:29 -07:00
|
|
|
$(MAKE) -C $* install
|
2010-08-17 15:35:48 -06:00
|
|
|
|
|
|
|
.PHONY: all clean nuke install coverage test bench testpackage-clean\
|
|
|
|
importpath dir
|
|
|
|
|