summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-04-09 18:14:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-04-09 18:14:14 +0000
commitafc70d5f8e193620231005cf1c4718ecbc7d4bea (patch)
tree4b328954b4fd3a9c85dc71940f0dd6bc1e69add7 /Makefile
parent0c75a78dec57c3dd40ca7451daa6d7cb903f47aa (diff)
2009-04-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile, cvs-helpers/Makefile: New files.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..c325498
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,21 @@
+#
+# $Id$
+#
+#
+# NOTE: This is not the fanciest Makefile I have ever written. ;)
+
+all:
+ make -C sim-scripts
+ make -C cvs-helpers
+
+install:
+ make -C sim-scripts install
+ make -C cvs-helpers install
+
+clean:
+ make -C sim-scripts clean
+ make -C cvs-helpers clean
+ rm -rf bin
+
+up:
+ cvs up -Pd 2>&1 | grep -v ^cvs