summaryrefslogtreecommitdiff
path: root/Makefile
blob: ec2658df1604eb761f2c9c49a9f6d77b7a955e51 (plain) (blame)
1
2
3
4
5
6
7
8
9
.PHONY: all clean

CC = clang
CFLAGS = -std=c90 -Weverything

all : btree-int btree-str

clean :
	rm -f btree-int btree-str