# Quick and dirty makefile

asteroid: ast.c ast.h Makefile
	gcc ast.c -O3 -Wall -lrt -o asteroid
