bcachefs-tools/Makefile
2010-05-22 12:43:34 -08:00

10 lines
129 B
Makefile

CFLAGS=-O2 -Wall -g
all: make-bcache bcache-test
clean:
rm -f make-bcache bcache-test *.o
bcache-test: LDFLAGS += -lm -lssl