MakeFile Run build make command with tests make all Build the application make build Run the application make run Live reload the application: make watch Run the test suite: make test Clean up binary from the last build: make clean