summaryrefslogtreecommitdiff
path: root/Makefile
blob: 796d5d37dc010e85161b14cfbbe74b05e5713380 (plain) (blame)
1
2
3
4
5
6
.POSIX:
.PHONY: all clean
ALL = btree-int btree-str
all: $(ALL)
clean:
	rm -f -- $(ALL)