1
Fork 0
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:
Andreas Kling 2019-12-30 13:47:48 +01:00
parent ef658594e4
commit a1f2a7eaa8

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