Line 75:
Line 75:
make[1]: *** No rule to make target `/home/minishlink/devkitpro/MLlib_Others/template/source/main.c', needed by `main.o'. Stop.
make[1]: *** No rule to make target `/home/minishlink/devkitpro/MLlib_Others/template/source/main.c', needed by `main.o'. Stop.
if you don't do this ! :p
if you don't do this ! :p
+
+
===Makefile & Commands===
+
====Editing Makefile====
+
In order to use the MOD part of the MLlib, you need to uncomment the line "USE_MOD" at the top of the Makefile. It's the same thing when you need to compile code that uses MP3 or FAT.
+
+
====Make====
+
Compiles the project.
+
+
====Make clean====
+
Cleans the project, it destroys dependancies too.
+
+
====Make run====
+
It sends the app/game previously compiled to the Wii via the wiiload program. It quiet useful because you don't need to type "wiiload projectXYZ.dol", "make run" is faster !
+
You have to put the original [[Wiiload]] program (eg. the command-line program, which is provided with Twilight Hack or HBC) in the system folder of your OS. Example : "C:\Windows\System32" for Windows ; "/usr/bin" for Linux ; "??? #fixit" for MaxOSX.
+
+
====Make all====
+
It cleans the project, then compiles and then sends to the Wii.
==Bugs & Suggestions==
==Bugs & Suggestions==