Skip to content

Commit

Permalink
Merge pull request ethereum#116 from Chaneybenjamini/develop
Browse files Browse the repository at this point in the history
Fix for Makefile
  • Loading branch information
vbuterin authored Jun 26, 2017
2 parents 79fbc54 + 745f61c commit a1cde8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PYTHON_VERSION = 2.7

serpent : serpentc lib

lib:
lib: $(COMMON_OBJS)
ar rvs libserpent.a $(COMMON_OBJS)
g++ $(CXXFLAGS) -shared $(COMMON_OBJS) -o libserpent.so

Expand Down

0 comments on commit a1cde8d

Please sign in to comment.