Tools/nativelib - Many features implimented
[tpg/acess2.git] / Tools / Makefile
diff --git a/Tools/Makefile b/Tools/Makefile
new file mode 100644 (file)
index 0000000..e10b765
--- /dev/null
@@ -0,0 +1,13 @@
+
+.PHONY: all clean nativelib DiskTool NetTest
+
+all: DiskTool NetTest
+
+img2sif: img2sif.c
+       $(CC) -o $@ $< `sdl-config --libs --cflags` -lSDL_image -Wall
+
+nativelib:
+       $(MAKE) -C $@
+
+DiskTool NetTest: nativelib
+       $(MAKE) -C $@

UCC git Repository :: git.ucc.asn.au