Skip to content

Commit

Permalink
remove unexpected cloc runtime dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed Feb 10, 2016
1 parent d67614c commit 132cc87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ check: $(BIN) $(TEST_OBJ)
@$(ARM_EXEC) ./amacc tests/hello.c
@echo "[ nested ]"
@$(ARM_EXEC) ./amacc amacc.c tests/hello.c
@cloc --quiet amacc.c 2>/dev/null

$(TEST_DIR)/%.o: $(TEST_DIR)/%.c $(BIN)
@echo "[********* test $<******* ]"
Expand Down

0 comments on commit 132cc87

Please sign in to comment.