5 lines
80 B
Makefile
5 lines
80 B
Makefile
.if exists(Makefile.am)
|
|
install:
|
|
exec ${MAKE_ENV} ${MAKE} install-strip
|
|
.endif
|