blob: b71265f8af51997337b893f0bea627a84e2aaf5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
To compile just do:
------------------
make
will compile for Gp2x, Wiz and Caanoo
To compile just for a platform:
------------------------------
make target
where target can be: gp2x, wiz or caanoo this will compile both fast and compatible binaries
To compile just a binary (fast or compatible) for just a platform:
-----------------------------------------------------------------
make target(c|f)
c for Compatible binary
f for Fast binary
for example:
make wizf
|