summaryrefslogtreecommitdiff
path: root/src/main/Makefile.am
blob: 3b2ccb05afa8d1f725a33dacfb44da919fdfdc88 (plain)
1
2
3
4
5
6
7
8
9
INCLUDES = -I@srcdir@/../include -I@srcdir@/..
AM_CXXFLAGS = -Wall

bin_PROGRAMS = cvc4

cvc4_SOURCES = \
	main.cpp \
	getopt.cpp \
	util.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback