aboutsummaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authornotaz2011-03-12 19:50:42 +0200
committernotaz2011-03-14 00:59:31 +0200
commit9411ba241f8f6ea0926a76c13a3329a95856b420 (patch)
treee8f79dc8f3fa9e0edf3b6809bfada1c3f5c414dc /tools/Makefile
parent79f584137c0e0d77047e54e3ac220575cb4c3354 (diff)
downloadpcsx_rearmed-9411ba241f8f6ea0926a76c13a3329a95856b420.tar.gz
pcsx_rearmed-9411ba241f8f6ea0926a76c13a3329a95856b420.tar.bz2
pcsx_rearmed-9411ba241f8f6ea0926a76c13a3329a95856b420.zip
add a simple tool to make pocketiso .z images
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
new file mode 100644
index 0000000..bb582c6
--- /dev/null
+++ b/tools/Makefile
@@ -0,0 +1,7 @@
+CFLAGS += -Wall -O2
+LDFLAGS += -lz
+
+all: psxcimg
+
+clean:
+ $(RM) psxcimg