kon: kon.c
	gcc $(CFLAGS) kon.c kongrader.c -o kon

mrproper: clean

clean:
	rm -f kon
