1
2main_makefile := $(firstword $(MAKEFILE_LIST))
3all:
4 @echo There should be no errors for this makefile
5include ifile.mk
1
2main_makefile := $(firstword $(MAKEFILE_LIST))
3all:
4 @echo There should be no errors for this makefile
5include ifile.mk