mirror of
https://github.com/winfsp/winfsp.git
synced 2025-09-13 04:38:30 -05:00
2 lines
94 B
Makefile
2 lines
94 B
Makefile
passthrough-fuse: passthrough-fuse.c
|
|
gcc $^ -o $@ -g -Wall `pkg-config fuse --cflags --libs`
|