gotthard:	gotthard.c
		gcc -Wall -pedantic -o gotthard gotthard.c
		strip gotthard

clean:
		rm -f gotthard
