Update makefile to build a2b

This commit is contained in:
Michaelangel007 2016-08-24 10:01:44 -07:00
parent e70b09ddce
commit b4c730583a
1 changed files with 10 additions and 0 deletions

10
Makefile Normal file
View File

@ -0,0 +1,10 @@
all: a2b b2d m2s
a2b:
cd a2fcbmp && $(MAKE)
b2d:
cd src && $(MAKE)
m2s:
echo "Missing sources!"