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
1789c6d3
Commit
1789c6d3
authored
Mar 08, 2016
by
Konrad Zemek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Force remove artifacts in clean target.
parent
03f93c4f
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 @
1789c6d3
...
...
@@ -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