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`