mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-23 00:00:02 +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
|