@@ -204,37 +204,31 @@ tutorial_data : $(TUTORIALS)
204
204
tutorial_SimpleProgram : dist
205
205
cd $(VERSION ) /tutorials/SimpleProgram && \
206
206
wiimake ../../../$(ISO_FILE ) SimpleProgram.ini $(MAKE_FLAGS ) && \
207
- wiimake-isotool ../../../$(ISO_FILE ) --save SimpleProgram.data && \
208
207
cd ../../..
209
208
210
209
tutorial_Teching : dist
211
210
cd $(VERSION ) /tutorials/Teching && \
212
211
wiimake ../../../$(ISO_FILE ) TechingTutorial.ini $(MAKE_FLAGS ) && \
213
- wiimake-isotool ../../../$(ISO_FILE ) --save TechingTutorial.data && \
214
212
cd ../../..
215
213
216
214
tutorial_DI : dist
217
215
cd $(VERSION ) /tutorials/DI && \
218
216
wiimake ../../../$(ISO_FILE ) DITutorial.ini $(MAKE_FLAGS ) && \
219
- wiimake-isotool ../../../$(ISO_FILE ) --save DITutorial.data && \
220
217
cd ../../..
221
218
222
219
tutorial_Recovery : dist
223
220
cd $(VERSION ) /tutorials/Recovery && \
224
221
wiimake ../../../$(ISO_FILE ) RecoveryTutorial.ini $(MAKE_FLAGS ) && \
225
- wiimake-isotool ../../../$(ISO_FILE ) --save RecoveryTutorial.data && \
226
222
cd ../../..
227
223
228
224
tutorial_DefensiveAI : dist
229
225
cd $(VERSION ) /tutorials/DefensiveAI && \
230
226
wiimake ../../../$(ISO_FILE ) DefensiveAI.ini $(MAKE_FLAGS ) && \
231
- wiimake-isotool ../../../$(ISO_FILE ) --save DefensiveAI.data && \
232
227
cd ../../..
233
228
234
229
tutorial_DashDancing : dist
235
230
cd $(VERSION ) /tutorials/DashDancing && \
236
231
wiimake ../../../$(ISO_FILE ) DashDancing.ini $(MAKE_FLAGS ) && \
237
- wiimake-isotool ../../../$(ISO_FILE ) --save DashDancing.data && \
238
232
cd ../../..
239
233
240
234
# documentation target
@@ -248,6 +242,11 @@ docs :
248
242
todo_list :
249
243
grep -r TODO src || true
250
244
245
+ # restore iso to vanilla state
246
+ restore_iso :
247
+ rm -f $(ISO_FILE )
248
+ cp VanillaMelee102.iso $(ISO_FILE )
249
+
251
250
# clean targets
252
251
.PHONY : clean clean_libs clean_deps clean_objects clean_dist clean_tests
253
252
0 commit comments