summaryrefslogtreecommitdiff
path: root/src/compile.txt
diff options
context:
space:
mode:
authoraliaspider2015-11-04 17:59:57 +0100
committeraliaspider2015-11-04 17:59:57 +0100
commit0e70c7f861ed41b86be891882d08cd0fa0530d55 (patch)
treebfa04def3519523ce64280494c9d7c44f05fdfbe /src/compile.txt
parent47d0f0c4a19a0566912ca293ff29abd32e6d01a9 (diff)
downloadsnes9x2002-0e70c7f861ed41b86be891882d08cd0fa0530d55.tar.gz
snes9x2002-0e70c7f861ed41b86be891882d08cd0fa0530d55.tar.bz2
snes9x2002-0e70c7f861ed41b86be891882d08cd0fa0530d55.zip
cleanups
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
-
-