mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:47:45 +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
|
LIB_DEPS = Core IPC
|
||||||
|
|
||||||
|
EXTRA_CLEAN = ProtocolServerEndpoint.h ProtocolClientEndpoint.h
|
||||||
|
|
||||||
*.cpp: ProtocolServerEndpoint.h ProtocolClientEndpoint.h
|
*.cpp: ProtocolServerEndpoint.h ProtocolClientEndpoint.h
|
||||||
|
|
||||||
ProtocolServerEndpoint.h: ProtocolServer.ipc | IPCCOMPILER
|
ProtocolServerEndpoint.h: ProtocolServer.ipc | IPCCOMPILER
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue