Added Integrated.c to Makefile

This commit is contained in:
TriantaTV 2022-10-19 21:45:01 -05:00
parent 098d645eef
commit 7cfdc280cf

View File

@ -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: