From 7cfdc280cfeed37dca48ba990bc1ad6a5a72bc2c Mon Sep 17 00:00:00 2001 From: TriantaTV Date: Wed, 19 Oct 2022 21:45:01 -0500 Subject: [PATCH] Added Integrated.c to Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c749080..ed958b4 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ all: main exec main: gcc $(INC) -c -o build/main.o src/main.c + gcc $(INC) -c -o build/Integrated.o src/Integrated.c gcc $(INC) -c -o build/Pish.o src/Pish.c exec: