ProtocolServer: Delete the generated IPC endpoints on "make clean"
This commit is contained in:
parent
ef658594e4
commit
a1f2a7eaa8
Notes:
sideshowbarker
2024-07-19 10:33:01 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/a1f2a7eaa8e
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
Reference in a new issue