sln: sln.c
	diet gcc -s -pipe -Os -o sln sln.c

clean:
	rm -f sln
