Skip to content

Commit

Permalink
Minor indentation tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed Aug 26, 2018
1 parent 67306fe commit 04ba190
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 @@ -42,7 +42,7 @@ check: $(EXEC) $(TEST_OBJ)
$(Q)python runtest.py || echo

$(OBJ_DIR)/$(BIN): $(BIN)
$(VECHO) " SelfCC\t\t$@\n"
$(VECHO) " SelfCC\t$@\n"
$(Q)$(ARM_EXEC) ./$^ -o $@ $(BIN).c

SHELL_HACK := $(shell mkdir -p $(OBJ_DIR))
Expand Down

0 comments on commit 04ba190

Please sign in to comment.