davidrmiller / biosim4

Biological evolution simulator
Other
3.1k stars 435 forks source link

minor makefile enhancements #19

Closed derdickepozilist closed 2 years ago

derdickepozilist commented 2 years ago

Hi, I stumbled on your YouTube-Video and found it very inspiring. So I compiled your program using the delivered directions, which successfully completed under 21.10 and found it a little confusing to start using the delivered format. I Added symlinks for the binaries, so the project can be started with ease from the main path utilizing the delivered biosim4.ini. Also I found some minor inconsistences by "make clean", which are now resolved.

Makefile: Add symbolic links to easier start the program Do not remove the bin/Debug & bin/Release folders, as they contain .gitignore-files Also do not manually create these folders, since they are already there Clear whole obj/Debug/ & obj/Release/-tree, instead of the src/ folders in it Add after_clean-routine to remove the remaining obj/ folder

.gitignore the new symlinks

derdickepozilist commented 2 years ago

And now I saw you use a tool to build it, so my changes would need porting to that format; closed.