summaryrefslogtreecommitdiff
path: root/src/main/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/Makefile.am')
-rw-r--r--src/main/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/Makefile.am b/src/main/Makefile.am
new file mode 100644
index 000000000..e857c8245
--- /dev/null
+++ b/src/main/Makefile.am
@@ -0,0 +1,6 @@
+INCLUDES = -I@srcdir@/../include -I@srcdir@/..
+AM_CXXFLAGS = -Wall
+
+bin_BINARIES = cvc4
+
+cvc4_SOURCES =
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback