summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2012-07-29 13:44:31 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2012-07-29 13:44:31 +0200
commit6215d50ba48bf11c08bb7053e2d8c4935ea67e5e (patch)
treed725ef60dd77a4f5b792f1911f8c8f52219ec703 /Makefile.am
Empty project creation.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..6b318e7
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,6 @@
+AUTOMAKE_OPTIONS = gnu
+SUBDIRS = src
+DISTDIRS = src
+
+test:
+ $(MAKE) -C src test