gcmasher: main.c
	gcc -Wall -o gcmasher main.c

clean:
	rm -f gcmasher test *.o *.bak *~ results.txt
