mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -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`
|