all: atc-alphabet

atc-alphabet: $(OBJ)
#	if [ -f atc-alphabet ]; then rm atc-alphabet; fi
	tcc -o $@ $@.c
clean: $(OBJ)
	rm atc-alphabet
