1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-19 09:03:47 -05:00

Create configure script to generate a cross-platform Makefile

The previous Makefile only worked on OS X. The dynamically generated
Makefile (from `Makefile.in`) should now work on multiple platforms
(tested on OS X and Ubuntu).
This commit is contained in:
Mislav Marohnić
2014-01-05 17:55:43 +01:00
parent 302b317b89
commit a6e0785b84
5 changed files with 66 additions and 10 deletions

1
.gitignore vendored
View File

@@ -5,4 +5,5 @@
/sources
/cache
/libexec/*.dylib
/src/Makefile
/src/*.o