nest / nest-gpu

NEST GPU
https://nest-gpu.readthedocs.io
GNU General Public License v2.0
19 stars 12 forks source link

Object files and configurations mixed with source code and not removed with make clean #16

Closed golosio closed 2 years ago

golosio commented 2 years ago

With make, object files *.o are always created in the source code src directory instead of being created in the build directory. The command make clean does not remove them, so they must be removed manually. This should also be done before compilation in case of configuration changes.