ISSUE: When in a project make clean; make command is given although there is hundreds of files it only build one or first file of a project and stop building.
SOLUTION: It's easy. Just give command make clean;make all . You file find that your make file is working perfectly.
SOLUTION: It's easy. Just give command make clean;make all . You file find that your make file is working perfectly.
Comments
Post a Comment