diff --git a/nemu/Makefile b/nemu/Makefile index 716a3d5..9c8af23 100644 --- a/nemu/Makefile +++ b/nemu/Makefile @@ -83,7 +83,7 @@ $(IMAGES): %: %.bin $(BINARY) integration-tests: $(IMAGES) @cat $(RESULT) - @cat $(wc -l $(RESULT)) + @cat $(shell wc -l $(RESULT)) @$(RM) $(RESULT) test: unit-tests integration-tests