.PHONY:	clean

fat:	Makefile fat.c
	diet -Os gcc -Wall -s -nostdinc -o fat fat.c

clean:
	-rm fat
