1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-10-29 19:18:39 -05:00
Files
winfsp/tst/passthrough-fuse/Makefile
2017-01-28 22:47:46 -08:00

2 lines
94 B
Makefile

passthrough-fuse: passthrough-fuse.c
gcc $^ -o $@ -g -Wall `pkg-config fuse --cflags --libs`