all: main.out main.out: main.c vec_match.c vec_match.h gcc -o main.out main.c vec_match.c -I. run: main.out ./main.out clean: rm -f *.out *.elf *.lst