samples/wrapper: no message with install

This commit is contained in:
Steffen Möller 2020-04-27 20:28:36 +02:00 committed by GitHub
parent 49e073cfcd
commit ff1fdb516d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ distclean:
rm -f $(PROGS) *.o libstdc++.a
install: all
@echo "--- The example app $(PROGS) is not installed ---"
.PHONY: install all distclean clean