summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDavid Schleef <ds@ginger.bigkitten.com>2008-06-07 19:05:59 -0700
committerDavid Schleef <ds@ginger.bigkitten.com>2008-06-07 19:05:59 -0700
commit6ab4e4f248053d28052e2d531922706d90d75a88 (patch)
treec8ad1e4fdccf2f60f1e318cd6ede461b92045df3 /tools
parentb36ced3cf822141c29d1c72b2d536f03e0c85179 (diff)
downloadorc-6ab4e4f248053d28052e2d531922706d90d75a88.tar.gz
Add tools directory
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am4
-rw-r--r--tools/orcc.c10
2 files changed, 14 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
new file mode 100644
index 0000000..8b5906e
--- /dev/null
+++ b/tools/Makefile.am
@@ -0,0 +1,4 @@
+
+bin_PROGRAMS = orcc
+
+
diff --git a/tools/orcc.c b/tools/orcc.c
new file mode 100644
index 0000000..442020a
--- /dev/null
+++ b/tools/orcc.c
@@ -0,0 +1,10 @@
+
+#include <stdio.h>
+
+int
+main (int argc, char *argv[])
+{
+
+ return 0;
+}
+