11 lines
220 B
Makefile
Executable File
11 lines
220 B
Makefile
Executable File
# not a GNU package. You can remove this line, if
|
|
# have all needed files, that a GNU package needs
|
|
AUTOMAKE_OPTIONS = foreign 1.4
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
SUBDIRS = Solver
|
|
|
|
all-local: Solver
|
|
cp Solver/cryptominisat .
|
|
|