Merge branch 'master' of github.com:google/nsjail

This commit is contained in:
Robert Swiecki 2017-05-29 18:02:58 +02:00
commit 4cd3b29cb6

View File

@ -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