Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
5830fae2
Commit
5830fae2
authored
Jan 04, 2014
by
Paul Sokolovsky
Browse files
Don't error out if build/ directory already exists.
parent
eb7bfcb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
stm/Makefile
View file @
5830fae2
...
...
@@ -162,7 +162,7 @@ $(BUILD)/flash.elf: $(OBJ)
arm-none-eabi-size
$@
$(BUILD)
:
mkdir
$@
mkdir
-p
$@
$(BUILD)/%.o
:
%.s
$(AS)
-o
$@
$<
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment