summaryrefslogtreecommitdiff
path: root/src/parser/smt2/Makefile
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-04-29 16:53:19 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-04-29 16:53:19 +0000
commit194c5b6f04c7c9bec8c0f23b88ac8d0f0094186a (patch)
tree20faf669228e725a7521311841a13b5ddbb71a78 /src/parser/smt2/Makefile
parentb99ec8f0f659884d30c5fa1a9312addd07e75059 (diff)
First draft implementation of SMT v2 parser
Diffstat (limited to 'src/parser/smt2/Makefile')
-rw-r--r--src/parser/smt2/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/parser/smt2/Makefile b/src/parser/smt2/Makefile
new file mode 100644
index 000000000..fc9cc6db2
--- /dev/null
+++ b/src/parser/smt2/Makefile
@@ -0,0 +1,4 @@
+topdir = ../../..
+srcdir = src/parser/smt2
+
+include $(topdir)/Makefile.subdir
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback