PROJECT = fasta_stat

.DEFAULT_GOAL = all
.PHONNY: all clean

all: $(PROJECT)

clean:
	rm -rf $(PROJECT)
