all: merging.h merging.c gcc -Werror -Wall -std=c99 -g -o merging merging.c merging.h test_merging.c clean: rm merging