mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
Adjusted clean target to handle generated daemon/ui/protocol/ui_grpc.pb.go too.
This commit is contained in:
parent
cf9ecb80d3
commit
9969a583f6
1 changed files with 2 additions and 0 deletions
|
@ -8,5 +8,7 @@ all: ../daemon/ui/protocol/ui.pb.go ../ui/opensnitch/ui_pb2.py
|
|||
|
||||
clean:
|
||||
@rm -rf ../daemon/ui/protocol/ui.pb.go
|
||||
@rm -rf ../daemon/ui/protocol/ui_grpc.pb.go
|
||||
@rm -rf ../ui/opensnitch/ui_pb2.py
|
||||
@rm -rf ../ui/opensnitch/ui_pb2_grpc.py
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue