Skip to content
Snippets Groups Projects
Commit a63e6b3d authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'master' into 'master'

Revert openlibm install script

See merge request !143
parents f265d7c5 320eb0ec
Branches
Tags
1 merge request!143Revert openlibm install script
......@@ -38,7 +38,8 @@ install: all
cp -rv "target/include"/* "$(DESTDIR)/include"
cp -v "$(BUILD)/debug/libc.a" "$(DESTDIR)/lib"
cp -v "$(BUILD)/debug/crt0.o" "$(DESTDIR)/lib"
$(MAKE) -C openlibm install
cp -rv "openlibm/include"/* "$(DESTDIR)/include"
cp -rv "openlibm/src"/*.h "$(DESTDIR)/include"
libc: $(BUILD)/debug/libc.a $(BUILD)/debug/crt0.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment