all: chardet

chardet: universalchardet.c
	gcc -O2 -o universalchardet universalchardet.c -luchardet

clean:
	rm -f universalchardet
