compile: lab9.c defs.h arrayProcessing.c
	gcc -Wall -save-temps lab9.c defs.h arrayProcessing.c

run: a.out
	./a.out

clean:
	rm a.out
