PROG -> PROGS

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

View File

@ -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