summaryrefslogtreecommitdiff
path: root/bin/Makefile.am
diff options
context:
space:
mode:
authorEitan Isaacson <eitan@monotonous.org>2010-05-03 23:12:51 -0700
committerEitan Isaacson <eitan@monotonous.org>2010-05-03 23:19:35 -0700
commitee151fca17e12d31fb2baf75c6441b1e5e219f8d (patch)
tree7e07258ff7fa24559f6959f13e68027cee47cf22 /bin/Makefile.am
parentfc4d61a700141eefdbd5e0401806bfa371a0a4a8 (diff)
downloadcaribou-ee151fca17e12d31fb2baf75c6441b1e5e219f8d.tar.gz
Added automake
Diffstat (limited to 'bin/Makefile.am')
-rw-r--r--bin/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/Makefile.am b/bin/Makefile.am
new file mode 100644
index 0000000..cae01c9
--- /dev/null
+++ b/bin/Makefile.am
@@ -0,0 +1,6 @@
+bin_SCRIPTS = caribou
+
+CLEANFILES = $(bin_SCRIPTS)
+
+all: $(bin_SCRIPTS)
+ @chmod +x $(bin_SCRIPTS)