From d846329316a73b234a79427f12120b87e2e44b63 Mon Sep 17 00:00:00 2001 From: Nathaniel Wesley Filardo Date: Tue, 23 Feb 2010 00:47:16 -0500 Subject: [PATCH] Add songs/*.raw to clean list --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6c3b33d..d2bfa7f 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ target/%.da: target/%.o avr-objdump -S $^ > $@ clean: - rm -f songs/*.s songs/*.h + rm -f songs/*.s songs/*.h songs/*.raw rm -f tracker/*.o tracker/tracker rm -f target/*.o target/mapfile target/*.hex rm -f progenv/gentimes.[ch] -- 2.50.1