all: aco2html

aco2html: aco2html.c
	gcc -O2 -Wall -W -o aco2html aco2html.c

clean:
	rm -f aco2html
