ProtocolServer: Delete the generated IPC endpoints on "make clean"

This commit is contained in:
Andreas Kling 2019-12-30 13:47:48 +01:00
parent ef658594e4
commit a1f2a7eaa8
Notes: sideshowbarker 2024-07-19 10:33:01 +09:00

View file

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