From b8c2da78360faf7b755b21a13ad60a9abf2fe3ce Mon Sep 17 00:00:00 2001 From: laura_danielle Date: Wed, 10 Apr 2019 14:05:59 -0400 Subject: [PATCH] Fix make call --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 8c7f8fc57b..f111626ba0 100644 --- a/makefile +++ b/makefile @@ -17,7 +17,7 @@ all: .PHONY: build # build hex file with correct configs for opentrons build: - all AXIS=6 PAXIS=4 CNC=1 DISABLEMSD=1 + @ $(MAKE) all AXIS=6 PAXIS=4 CNC=1 DISABLEMSD=1 clean: $(DIRSCLEAN)