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

Create build directory if necessary in openlibm target

parent 78c8c217
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,7 @@ $(BUILD)/release/crt0.o: $(SRC)
$(BUILD)/openlibm: openlibm
rm -rf $@ $@.partial
mkdir -p $(BUILD)
cp -r $< $@.partial
mv $@.partial $@
......
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