Hi! I have built pjproject with ./configure && make dep && make Now, if I change something in pjproject sources (e.g. config_site.h), what is the correct way to rebuild pjproject? - make ? - make dep && make? - make clean && ... ??? thanks Klaus
Hi! I have built pjproject with ./configure && make dep && make Now, if I change something in pjproject sources (e.g. config_site.h), what is the correct way to rebuild pjproject? - make ? - make dep && make? - make clean && ... ??? thanks Klaus