1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 18:07:34 +00:00

AudioServer: Make all source files depend on generated sources

This fixes race conditions & failures during build.
This commit is contained in:
Sergey Bugaev 2019-11-19 21:54:36 +03:00 committed by Andreas Kling
parent 9a6388f718
commit 3df521e2b7

View file

@ -13,7 +13,7 @@ DEFINES += -DUSERLAND
all: $(APP)
main.cpp: AudioServerEndpoint.h
*.cpp: AudioServerEndpoint.h
AudioServerEndpoint.h: AudioServer.ipc
@echo "IPC $<"; $(IPCCOMPILER) $< > $@