Skip to content

Commit

Permalink
Fix make call
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura-Danielle committed Apr 10, 2019
1 parent c9df159 commit b8c2da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit b8c2da7

Please sign in to comment.