Skip to content
Snippets Groups Projects
Verified Commit 320eb0ec authored by jD91mZM2's avatar jD91mZM2
Browse files

Revert openlibm install script

Turns out that this only worked because I didn't clean before rebuilding, so it still had access to the old files. Sorry.
parent f265d7c5
No related branches found
No related tags found
No related merge requests found
......@@ -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.
Finish editing this message first!
Please register or to comment