m: main.c preserves.h gcc -Wall -Wextra -Werror -g3 -o $@ main.c go: m cat ../../tests/samples.bin | ./m | tee m.output.txt clean: rm -f m