mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 01:09:25 +00:00
12 lines
195 B
Makefile
12 lines
195 B
Makefile
OBJS = \
|
|
PlaybackManager.o \
|
|
SampleWidget.o \
|
|
SoundPlayerWidget.o \
|
|
main.o
|
|
|
|
PROGRAM = SoundPlayer
|
|
|
|
LIB_DEPS = GUI Gfx Audio IPC Thread Pthread Core
|
|
|
|
include ../../Makefile.common
|