Files
ladybird/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

12 lines
163 B
Makefile

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