runlim: runlim.c makefile VERSION
	gcc -Wall -O3 -DNDEBUG -DVERSION=\"`cat VERSION`\" -o runlim runlim.c
clean:
	rm -f runlim
.PHONY: clean
