micropython/unix
Martin Müller 31fc81d3b8 unix/Makefile: Make install more compatible (BSD, etc.).
The current install command uses the flag -D which is specific to the
install command from GNU coreutils, but isn't available for the BSD
version. This solution uses the -d flag which should be commonly
available to create the target directory. Afterwards the target files
are installed to this directory seperately.
2016-04-28 21:45:27 +03:00
..
.gitignore
Makefile unix/Makefile: Make install more compatible (BSD, etc.). 2016-04-28 21:45:27 +03:00
alloc.c
coverage.c
fatfs_port.c
file.c
gccollect.c
input.c
input.h
main.c
modffi.c
modjni.c
modmachine.c
modos.c
modsocket.c
modtermios.c
modtime.c
moduselect.c
mpconfigport.h
mpconfigport.mk
mpconfigport_fast.h
mpconfigport_freedos.h
mpconfigport_minimal.h
mpconfigport_nanbox.h
mphalport.h
qstrdefsport.h
unix_mphal.c