Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
729fd12f
Commit
729fd12f
authored
Dec 29, 2013
by
Paul Sokolovsky
Browse files
Don't error out if build/ directory already exists.
parent
44d0f3cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
unix/Makefile
View file @
729fd12f
...
...
@@ -65,7 +65,7 @@ $(PROG): $(BUILD) $(OBJ)
size
$(PROG)
$(BUILD)
:
mkdir
$@
mkdir
-p
$@
$(BUILD)/%.o
:
%.c
$(CC)
$(CFLAGS)
-c
-o
$@
$<
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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