diff options
author | notaz | 2011-03-12 19:50:42 +0200 |
---|---|---|
committer | notaz | 2011-03-14 00:59:31 +0200 |
commit | 9411ba241f8f6ea0926a76c13a3329a95856b420 (patch) | |
tree | e8f79dc8f3fa9e0edf3b6809bfada1c3f5c414dc /tools/Makefile | |
parent | 79f584137c0e0d77047e54e3ac220575cb4c3354 (diff) | |
download | pcsx_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/Makefile | 7 |
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 |