Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Commit b0f6758

Browse files
committed
add audio_generator to clean
Signed-off-by: Ari Archer <[email protected]>
1 parent 8ffe38d commit b0f6758

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ logos.c: scripts/gen_logos.sh
3737
bash ./scripts/gen_logos.sh >logos.c
3838

3939
audio.c: audio.ogg scripts/gen_audio.c
40-
$(CC) -o audio_generator scripts/gen_audio.c -Ofast
40+
$(CC) -o audio_generator scripts/gen_audio.c -O3 -s
4141
./audio_generator >audio.c
4242

4343
$(OBJ_DIR):
@@ -63,7 +63,7 @@ audio.ogg: video.mp4
6363
ffmpeg -i video.mp4 -vn -acodec libvorbis audio.ogg
6464

6565
clean:
66-
rm -rf badapplefetch $(OBJ_DIR) frames.c logos.c images audio.ogg audio.c
66+
rm -rf badapplefetch $(OBJ_DIR) frames.c logos.c images audio.ogg audio.c audio_generator
6767

6868
purge: clean
6969
rm -rf video.mp4 frames

0 commit comments

Comments
 (0)