Merge pull request #3649 from smoe/patch-6

samples/wrapper: don't fail "make install"
This commit is contained in:
Vitalii Koshura 2020-05-02 15:45:21 +02:00 committed by GitHub
commit 6aca01b5a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,10 @@ clean: distclean
distclean:
rm -f $(PROGS) *.o libstdc++.a
install: all
.PHONY: install all distclean clean
REGEXP_OBJS = \
regexp.o \
regsub.o \