Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
stgeke authored Nov 15, 2017
1 parent eecae89 commit d16685f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ lib: $(GS) $(XXT) $(AMG) $(FWRAPPER) $(INTP) $(SRCDIR)/rand_elt_test.o
@ranlib $(SRCDIR)/lib$(LIBNAME).a

install: lib
@mkdir -p $(INSTALL_ROOT)
@cp -v $(SRCDIR)/lib$(LIBNAME).a $(INSTALL_ROOT)
@mkdir -p $(INSTALL_ROOT) 2>/dev/null
@cp -v $(SRCDIR)/lib$(LIBNAME).a $(INSTALL_ROOT) 2>/dev/null

tests: $(TESTS)

Expand Down

0 comments on commit d16685f

Please sign in to comment.