This is a set of files to demo some basic gnuMake examples.
Clone this public repo to your local system.
This makefile has 6 targets, but here are the ones you need:
make all
make setup
make clean
make help
You can look at the examples of return code handling with these commands:
make -f examples.txt error1
make -f examples.txt error2
make -f examples.txt error3