Above lines of code are a part of Makefile in the int/src directory, i.e. directory of INT tutorial assignment. In the tutorial steps we are trying to compile and test our own p4 code and not the solution code. In that case, shouldn't ${P4_PROJECT_NAME}_solution.p4 be replaced by ${P4_PROJECT_NAME}.p4 ?
Above lines of code are a part of Makefile in the int/src directory, i.e. directory of INT tutorial assignment. In the tutorial steps we are trying to compile and test our own p4 code and not the solution code. In that case, shouldn't
${P4_PROJECT_NAME}_solution.p4
be replaced by${P4_PROJECT_NAME}.p4
?