learning-cc4e

Solution to https://cc4e.com/. If you copy these you're not right in the head.
Log | Files | Refs

commit 28fedd305c1af00928cae6d09c4cb24411b79ee2
parent 89e1c586aa7e054e98bae814b2dd7c75dd12bcd4
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Wed,  8 Nov 2023 16:18:52 +0200

Add Makefile.

Diffstat:
Alinked-tree-map/Makefile | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/linked-tree-map/Makefile b/linked-tree-map/Makefile @@ -0,0 +1,2 @@ +all: main.c student.c + gcc -Wall -Wextra main.c