leios / simuleios

Simulations for LeiosOS
https://www.youtube.com/user/LeiosOS
MIT License
198 stars 45 forks source link

It only works if you keep the naming convention #24

Closed zsparal closed 8 years ago

leios commented 8 years ago

Wait, why? I was running it just fine on my machine. I just updated the makefile to use caps FDTD and it worked fine.

zsparal commented 8 years ago

The Makefile relies on all of the following having the same name (case-sensitive):

  1. binary name
  2. .dat name
  3. source file name
  4. plot file name

You can change all 4 if you want, but it's easy to miss some.

zsparal commented 8 years ago

I can change it so it adheres to some other pattern, but there must be a pattern, for example the following would still work:

  1. binary: bin_
  2. dat: .dat
  3. source: .cpp
  4. plot_.gp

I don't know if you can do case-insensitive stuff in Makefiles, but I'd rather not bother with it.

leios commented 8 years ago

I'll look into it, don't worry about it! Thanks again for all the help! =)

leios commented 8 years ago

Thanks again! =)