Clean up 'install' Makefile target
authorXiretza <xiretza@xiretza.xyz>
Wed, 29 Jan 2020 17:07:13 +0000 (18:07 +0100)
committerXiretza <xiretza@xiretza.xyz>
Wed, 29 Jan 2020 18:10:54 +0000 (19:10 +0100)
commit2a746234fec2f6d14e9bfa40fd7f3478cdd539ea
tree3e195c7a9db87bb05cbbbdbcfa08182ef1b1b06b
parent1679682fa3ae18282b49452891282901a3548ecc
Clean up 'install' Makefile target

- libyosys.so is now only installed to LIBDIR instead of LIBDIR, BINDIR
  and PYTHON_DESTDIR
- replace mkdir/cp for single files with `install`
Makefile