mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:57:44 +00:00
ProtocolServer: Delete the generated IPC endpoints on "make clean"
This commit is contained in:
parent
ef658594e4
commit
a1f2a7eaa8
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ PROGRAM = ProtocolServer
|
|||
|
||||
LIB_DEPS = Core IPC
|
||||
|
||||
EXTRA_CLEAN = ProtocolServerEndpoint.h ProtocolClientEndpoint.h
|
||||
|
||||
*.cpp: ProtocolServerEndpoint.h ProtocolClientEndpoint.h
|
||||
|
||||
ProtocolServerEndpoint.h: ProtocolServer.ipc | IPCCOMPILER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue