Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
The container registry cleanup task is now completed and the registry can be used normally.
Open sidebar
dcdb
dcdb
Commits
0c95e467
Commit
0c95e467
authored
Aug 29, 2019
by
Michael Ott
Browse files
Simplify clean target for dcdbpusher
parent
937a7c2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
dcdbpusher/Makefile
View file @
0c95e467
...
...
@@ -56,7 +56,7 @@ info:
@
echo
$(PLUGINS)
$(PLUGIN_LIBS)
clean
:
rm
-f
$(PLUGIN_LIBS)
$(TARGET)
$(OBJS)
$(
shell
find ./sensors
-name
"
*.o
"
)
rm
-f
$(PLUGIN_LIBS)
$(TARGET)
$(OBJS)
$(
foreach
p,
$(PLUGINS)
,sensors/
$(p)
/
*
.o
)
$(OBJS)
:
%.o : %.cpp
...
...
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