summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-24 20:19:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-24 20:19:55 +0000
commitcbcec0754bdd01a2b86b96e83f5f54d51f84c040 (patch)
tree52679403687b58cff5028f86763eb511dd865fb3 /Makefile
parente927c360d771f96e71bf957e1e204d0b5c277866 (diff)
2009-09-24 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile: rtems-coverage now included in build from top.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bdee905..b7b2aaf 100644
--- a/Makefile
+++ b/Makefile
@@ -5,16 +5,19 @@
# NOTE: This is not the fanciest Makefile I have ever written. ;)
all:
+ make -C rtems-coverage
make -C sim-scripts
make -C cvs-helpers
make -C merge-helpers
install:
+ make -C rtems-coverage install
make -C sim-scripts install
make -C cvs-helpers install
make -C merge-helpers install
clean:
+ make -C rtems-coverage clean
make -C sim-scripts clean
make -C cvs-helpers clean
make -C merge-helpers clean