23 Apr
2015
23 Apr
'15
2:58 a.m.
Thanks Rob. Can you please tell what things should I add to PATH? And one more thing, there is no file in the directory : ../../../../LINUXexample.out/bin It is empty always even after after compiling anything! So if you could explain the Makefile line : %.run: $(OUT_BIN)/%$(EXE_EXT) cd $(subst /,$(PS),$(OUT_BIN)) && $(basename $@) . I mean after cding... It is using " && $(basename $@)" is it enough to run any program from makefile? Shouldn't it have a prefix of "./". I am just guessing, I have absolutely no idea here. I just went through what basename does in a makefile and it seemed strange to me. . Abhinav