Files
ladybird/Applications/SoundPlayer/Makefile
2020-02-06 12:04:00 +01:00

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