From 2c7075d2b2029584fc30cb3a572c37ae9c201d03 Mon Sep 17 00:00:00 2001 From: Michaelangel007 Date: Wed, 24 Aug 2016 10:28:39 -0700 Subject: [PATCH] Fix master Makefile so it cleans properly --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index ee20242..52e253d 100644 --- a/Makefile +++ b/Makefile @@ -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)