Page 1 of 1

quick compile and run

Posted: 08 Aug 2008 18:09
by coldfire
under ubuntu8.04.
whenver i change or say add a printf in my vlc code, previously the make was working fine but now i had to make-clean and then make it again. it wastes a lot of time, if i dont do make-clean the output remains the old one. any quick tip to escape this would be appreciable.

thanks

Re: quick compile and run

Posted: 09 Aug 2008 01:02
by Jean-Baptiste Kempf
Don't make install and just run a make in the good subfolder.

Re: quick compile and run

Posted: 09 Aug 2008 21:33
by coldfire
Don't make install and just run a make in the good subfolder.
yes, i am not doing make install , i do only make but it doesnt affect the output.