Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
talla
enacl
Commits
8728c2cc
Commit
8728c2cc
authored
Mar 08, 2016
by
Jesper Louis Andersen
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7 from kzemek/errorless_clean
Force remove artifacts in clean target.
parents
03f93c4f
1789c6d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
c_src/Makefile
c_src/Makefile
+1
-1
No files found.
c_src/Makefile
View file @
8728c2cc
...
...
@@ -72,4 +72,4 @@ $(C_SRC_OUTPUT): $(OBJECTS)
$(COMPILE_CPP)
$(OUTPUT_OPTION)
$<
clean
:
@
rm
$(C_SRC_OUTPUT)
$(OBJECTS)
@
rm
-f
$(C_SRC_OUTPUT)
$(OBJECTS)
Write
Preview
Markdown
is supported
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