mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-01-23 00:07:07 +03:00
10 lines
118 B
Makefile
10 lines
118 B
Makefile
|
|
||
|
CFLAGS=-O2 -Wall -g
|
||
|
|
||
|
all: make-bcache bcache-test
|
||
|
|
||
|
clean:
|
||
|
rm -f make-bcache bcache-test
|
||
|
|
||
|
bcache-test: CFLAGS += -lm
|