mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:07:45 +00:00
AudioServer: Make all source files depend on generated sources
This fixes race conditions & failures during build.
This commit is contained in:
parent
9a6388f718
commit
3df521e2b7
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ DEFINES += -DUSERLAND
|
|||
|
||||
all: $(APP)
|
||||
|
||||
main.cpp: AudioServerEndpoint.h
|
||||
*.cpp: AudioServerEndpoint.h
|
||||
|
||||
AudioServerEndpoint.h: AudioServer.ipc
|
||||
@echo "IPC $<"; $(IPCCOMPILER) $< > $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue