bcachefs-tools/Makefile

10 lines
138 B
Makefile
Raw Normal View History

2010-05-15 19:26:35 +04:00
CFLAGS=-O2 -Wall -g
all: make-bcache bcache-test
clean:
2010-05-23 00:43:34 +04:00
rm -f make-bcache bcache-test *.o
2010-05-15 19:26:35 +04:00
2010-05-28 07:42:25 +04:00
bcache-test: LDFLAGS += -lm -lssl -lcrypto