This commit is contained in:
Kent Overstreet 2010-05-15 07:26:35 -08:00
parent 11a1a3ca52
commit d43ecc82a6

9
Makefile Normal file
View File

@ -0,0 +1,9 @@
CFLAGS=-O2 -Wall -g
all: make-bcache bcache-test
clean:
rm -f make-bcache bcache-test
bcache-test: CFLAGS += -lm