Fix quoting.
[pintos-anon] / tests / Makefile
index af04b414c667e9520a6d1943b5e32a69cd1a4105..f813f7de92a1206dfbd157e4a8690e563df92df7 100644 (file)
@@ -3,7 +3,7 @@ TESTS = threads p1-1 p1-2 p1-3 list stdlib userprog p2 vm filesys
 PATH := $(shell pwd)/../src/utils:$(PATH)
 
 all:
-       @echo This Makefile has only `check' targets.
+       @echo "This Makefile has only \`check' targets."
 
 check:
        $(MAKE) -C .. distclean