mirror of https://github.com/BOINC/boinc.git
Merge pull request #3649 from smoe/patch-6
samples/wrapper: don't fail "make install"
This commit is contained in:
commit
6aca01b5a4
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue