1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 04:31:00 +00:00
serenity/Applications/SoundPlayer/Makefile
Till Mayer 77f3c12dc9 SoundPlayer: Added playback controls
The playback of a file can now be paused, stopped, continued and the
user can seek to any part of the file.
2019-11-04 20:55:46 +01:00

11 lines
163 B
Makefile

include ../../Makefile.common
OBJS = \
PlaybackManager.o \
SampleWidget.o \
SoundPlayerWidget.o \
main.o
APP = SoundPlayer
include ../Makefile.common