# Example of possible make problem

all :
cd ./src; \
    $(MAKE) main
