summaryrefslogtreecommitdiff
path: root/src/compile.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/compile.txt')
-rw-r--r--src/compile.txt27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/compile.txt b/src/compile.txt
deleted file mode 100644
index b71265f..0000000
--- a/src/compile.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-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
-
-