Skip to content

Commit 1271b73

Browse files
committed
Change NO_ROADS.MON to not be infinitely looping.
1 parent 868474d commit 1271b73

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
set -x
22
gcc $(cat compile_flags.txt) *.c -o libmonotone &&\
3-
valgrind ./libmonotone songs/SWINGIN1.MON output.pcm &&\
3+
valgrind ./libmonotone songs/NO_ROADS.MON output.pcm &&\
44
ffmpeg -y -f u8 -ar 44100 -ac 2 -i output.pcm output.mp3

songs/NO_ROADS.MON

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)