.PHONY: all clean CC = clang CFLAGS = -std=c90 -Weverything all : btree-int btree-str clean : rm -f btree-int btree-str