I am trying to produce a simple makefile for a project, but having trouble because I am still getting used to them.
I have a file folder containing 3 separate files, header file LinkedListAPI.h
, LinkedListAPI.c
and StructListDemo.c
.
Have to use the flags:
-Wall -std=c11