diff options
author | Ori Bernstein <ori@eigenstate.org> | 2014-06-17 23:51:16 -0400 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2014-06-17 23:51:16 -0400 |
commit | 83fd0c252bad7fcaccddab08bff3bd6d3131b7a0 (patch) | |
tree | 9ea6a97544b890aae3e77fd2052a1e5d4abda62c | |
parent | 05d7bc89b7b144997e91c764c9aa0bbdddc0dcac (diff) | |
download | mc-83fd0c252bad7fcaccddab08bff3bd6d3131b7a0.tar.gz |
Make 'make install' build the library.
-rw-r--r-- | libstd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstd/Makefile b/libstd/Makefile index 6504fda..b7c522e 100644 --- a/libstd/Makefile +++ b/libstd/Makefile @@ -89,7 +89,7 @@ clean: rm -f $(USE) test.use rm -f lib$(MYRLIB).a -install: +install: all mkdir -p $(abspath $(DESTDIR)/$(INST_ROOT)/lib/myr) install libstd.a $(abspath $(DESTDIR)/$(INST_ROOT)/lib/myr) install std $(abspath $(DESTDIR)/$(INST_ROOT)/lib/myr) |