projects
/
platform
/
upstream
/
nsjail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
593943e
)
Makefile: clean removes pb-c generated files
author
Robert Swiecki
<robert@swiecki.net>
Mon, 29 May 2017 15:00:19 +0000
(17:00 +0200)
committer
Robert Swiecki
<robert@swiecki.net>
Mon, 29 May 2017 15:00:19 +0000
(17:00 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index f627eb2de390e0f0f25626ea410d3a82b433524e..3788aaefc35963e4737e1b7de681b70b6f018bbc 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-120,7
+120,7
@@
$(PROTO_DEPS): config.proto
protoc-c --c_out=. config.proto
clean:
- $(RM) core Makefile.bak $(OBJS) $(BIN)
+ $(RM) core Makefile.bak $(OBJS) $(BIN)
$(PROTO_DEPS)
ifneq ("$(wildcard kafel/Makefile)","")
$(MAKE) -C kafel clean
endif