From 71e73a9ef1202a3c29c7b2bead0d92459a5a78a1 Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Sun, 10 Nov 2024 21:41:06 -0700 Subject: [PATCH] vault backup: 2024-11-10 21:41:06 --- .../software development/ECE1400/Chapter 15 Exercises.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/education/software development/ECE1400/Chapter 15 Exercises.md b/education/software development/ECE1400/Chapter 15 Exercises.md index 9b95c45..0d56933 100644 --- a/education/software development/ECE1400/Chapter 15 Exercises.md +++ b/education/software development/ECE1400/Chapter 15 Exercises.md @@ -56,6 +56,11 @@ demo: main.o f1.o f2.o main.o: main.c f1.h gcc -c main.c +f1.o: f1.c f1.h + gcc -c f1.c + +f2.o + ``` ---