bcachefs-tools/Makefile

10 lines
118 B
Makefile
Raw Normal View History

2010-05-15 19:26:35 +04:00
CFLAGS=-O2 -Wall -g
all: make-bcache bcache-test
clean:
rm -f make-bcache bcache-test
bcache-test: CFLAGS += -lm