Summary
Application doesn't run after executing make run
Steps to Reproduce
execute make run in the terminal
Expected Behavior
Supposed to run the application
Actual Behavior
returns error make: *** No rule to make target `run'. Stop.
There isn't a rule in the makefile that determines what commands should execute after make run is executed
Summary
Application doesn't run after executing
make runSteps to Reproduce
execute
make runin the terminalExpected Behavior
Supposed to run the application
Actual Behavior
returns error
make: *** No rule to make target `run'. Stop.There isn't a rule in the makefile that determines what commands should execute after
make runis executed