Browse Source

fix evil make clean for samples

Michael Panzlaff 6 years ago
parent
commit
76e06343a4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      assets/sound/Samples/Makefile

+ 1
- 1
assets/sound/Samples/Makefile View File

@@ -15,7 +15,7 @@ all: sample.a
15 15
 
16 16
 .PHONY: clean
17 17
 clean:
18
-	rm -f OBJ/*.o OBJ_DUMP/*.o sample.a S/*.s
18
+	rm -f WAV/*.o S_DUMP/*.o sample.a S/*.o
19 19
 
20 20
 #----------------
21 21