mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 06:51:00 +00:00
11 lines
195 B
Makefile
11 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
|