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: