# Muggilastcallers v0.1 Makefile.
CC=		gcc
CFLAGS=		-O2

all:
	$(CC) $(CFLAGS) -o mlast mlast.c

