Fix master Makefile so it cleans properly

This commit is contained in:
Michaelangel007 2016-08-24 10:28:39 -07:00
parent 5f8bff0920
commit 2c7075d2b2
1 changed files with 1 additions and 4 deletions

View File

@ -1,10 +1,7 @@
all: a2b b2d m2s xpack
clean:
rm a2b
rm b2d
rm m2s
rm xpack
rm a2b b2d m2s xpack
a2b:
cd src_a2b && $(MAKE)