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
Branches
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.
Please register or to comment