From 9411ba241f8f6ea0926a76c13a3329a95856b420 Mon Sep 17 00:00:00 2001 From: notaz Date: Sat, 12 Mar 2011 19:50:42 +0200 Subject: add a simple tool to make pocketiso .z images --- tools/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tools/Makefile (limited to 'tools/Makefile') 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 -- cgit v1.2.3