Skip to content

Commit

Permalink
only make Lingeling necessary files
Browse files Browse the repository at this point in the history
Also get rid of a warning in plingeling.c, which we don't need.
  • Loading branch information
Xi Wang committed Oct 31, 2013
1 parent f148c76 commit 9fbdeb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ liblgl.a: $(LINGELING).tar.gz
tar xzf $<
$(LN_S) -f $(LINGELING) lingeling
$(SED) -i -e "s/CFLAGS=/CFLAGS=-fPIC /" lingeling/makefile.in
cd lingeling && ./configure && $(MAKE)
cd lingeling && ./configure && $(MAKE) liblgl.a
$(LN_S) -f lingeling/liblgl.a

0 comments on commit 9fbdeb8

Please sign in to comment.