# Comments are # # rule format # name: requirement1 requirement2 ... # command1 # command2 # ... test_math_functions: test_math_functions.c math_functions.c math_functions.h miniunit.h clog.h gcc test_math_functions.c math_functions.c -o test_math_functions test: test_math_functions ./test_math_functions clean: rm -f ./test_math_functions .PHONY: test