C99=--std=c99

build: mikeash

clean:
	
clobber:
	-rm mikeash

mikeash: mikeash.c
	${CC} ${CFLAGS} ${C99} ${LDFLAGS} $< -o $@

alt:

data:

