Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Duncan White
C-utility-data-types
Commits
8938570b
Commit
8938570b
authored
Jan 02, 2014
by
Duncan White
Browse files
rm -> rm -f in clean target for set Makefile
parent
c4577e2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
set/Makefile
View file @
8938570b
...
...
@@ -9,7 +9,7 @@ LIB = libset.a
all
:
testset $(LIB)
clean
:
rm
$(OBJS)
testset testset.o
$(LIB)
rm
-f
$(OBJS)
testset testset.o
$(LIB)
install
:
$(LIB)
install
-m0644
$(LIB)
$(DEST)
/lib/
$(ARCH)
...
...
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