
utfcalc: ../utfcalc.c
	cc -o utfcalc ../utfcalc.c

clean:
	rm -f *.o

reallyclean: clean
	rm -f utfcalc

