I changed some .cc files in OMNeT++, but when I run the simulation I see that none of them are applied.
I've seen here that the problem might be solved removing the .exe (in the case of Windows). However, I'm using Ubuntu and I'm not sure about what to do...
Any ideas?
Finally, I did
make makefiles
andmake
again and I could see the changes. Maybe it isn't the best way...but if I just clean the project some errors appear and I can't run it anymore unless I do what I said above.