From 49e073cfcd3d342aec1ad08d0686c82c371e97ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20M=C3=B6ller?= Date: Mon, 27 Apr 2020 18:00:05 +0200 Subject: [PATCH] PROG -> PROGS --- samples/wrapper/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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