mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-18 08:13:46 -05:00
9 lines
294 B
Makefile
9 lines
294 B
Makefile
../libexec/rbenv-realpath.dylib:
|
|
@echo "Warning: this Makefile is obsolete and kept only for backwards compatibility." >&2
|
|
@echo "You can remove the \`configure && make ...' step from your rbenv setup." >&2
|
|
|
|
clean:
|
|
rm -f *.o ../libexec/*.dylib
|
|
|
|
.PHONY: ../libexec/rbenv-realpath.dylib clean
|