Missed semicolon
authorLauri Kasanen <cand@gmx.com>
Wed, 26 May 2021 08:50:10 +0000 (11:50 +0300)
committerLauri Kasanen <cand@gmx.com>
Wed, 26 May 2021 08:50:10 +0000 (11:50 +0300)
media/Makefile

index 2ef7dcb3a05c894880ab30cfae0e5ba60705b26e..4b4e6892c0c4fe867868df41b5ebed462390c037 100644 (file)
@@ -39,11 +39,11 @@ wget:
 tests: $(OBJ)
        @echo audio/mp3_0
        for i in `seq 0 1000 9000`; do \
-               audio/mp3/mp3_0.sh $$i \
+               audio/mp3/mp3_0.sh $$i; \
        done
 
        @echo audio/mp3_1
        for i in `seq 0 23`; do \
-               audio/mp3/mp3_1.sh $$i \
+               audio/mp3/mp3_1.sh $$i; \
        done