Add install to makefile

This commit is contained in:
Michaelangel007 2016-08-25 08:09:28 -07:00
parent 2f7d77680b
commit dbd872ad43
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
all: a2b b2d m2s xpack
all: a2b b2d m2s xpack install
clean:
rm a2b b2d m2s xpack
@ -15,3 +15,7 @@ m2s:
xpack:
cd src_xpack && $(MAKE)
install: a2b b2d m2s xpack
echo "Installing into /usr/local/bin..."
sudo cp a2b b2d m2s xpack /usr/local/bin/