# makefile
tippe: ganz.c
	gcc -g -Wall -o tippe ganz.c


