diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..3392899 --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +all: a2b b2d m2s + +a2b: + cd a2fcbmp && $(MAKE) + +b2d: + cd src && $(MAKE) + +m2s: + echo "Missing sources!"