diff --git a/samples/wrapper/Makefile b/samples/wrapper/Makefile index 4360e076c6..9c6160591d 100644 --- a/samples/wrapper/Makefile +++ b/samples/wrapper/Makefile @@ -31,7 +31,7 @@ distclean: rm -f $(PROGS) *.o libstdc++.a install: all - @echo "--- The example app $(PROG) is not installed ---" + @echo "--- The example app $(PROGS) is not installed ---" .PHONY: install all distclean clean