[functional-tests] bcache makefile
This commit is contained in:
parent
d4df0cc272
commit
7796b4eecb
11
functional-tests/bcache/Makefile
Normal file
11
functional-tests/bcache/Makefile
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
bcache.so: bcache.o
|
||||||
|
gcc -shared -o $@ $< -laio
|
||||||
|
|
||||||
|
bcache.o: bcache.c
|
||||||
|
gcc -std=gnu11 -fpic -I. -Wall -c -o $@ $<
|
||||||
|
|
||||||
|
.PHONEY: clean
|
||||||
|
clean:
|
||||||
|
rm -f bcache.so bcache.o
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user