Skip to content

Commit

Permalink
Fix snark path in Makefile.am
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4ot1c committed Oct 15, 2018
1 parent 8ffa28a commit e83254f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ if HAVE_OPENMP
LIBSNARK_CONFIG_FLAGS += MULTICORE=1
endif

$(LIBSNARK): $(wildcard snark/src/*)
$(LIBSNARK): $(wildcard snark/libsnark/*)
$(AM_V_at) CXXFLAGS="$(LIBSNARK_CXXFLAGS)" $(MAKE) $(AM_MAKEFLAGS) -C snark/ DEPINST="$(LIBSNARK_DEPINST)" $(LIBSNARK_CONFIG_FLAGS) OPTFLAGS="-O2 -march=x86-64"

libsnark-tests: $(wildcard snark/src/*)
libsnark-tests: $(wildcard snark/libsnark/*)
$(AM_V_at) CXXFLAGS="$(LIBSNARK_CXXFLAGS)" $(MAKE) $(AM_MAKEFLAGS) -C snark/ check DEPINST="$(LIBSNARK_DEPINST)" $(LIBSNARK_CONFIG_FLAGS) OPTFLAGS="-O2 -march=x86-64"

# Make is not made aware of per-object dependencies to avoid limiting building parallelization
Expand Down

0 comments on commit e83254f

Please sign in to comment.