6 lines
186 B
Makefile
6 lines
186 B
Makefile
img3fs: img3fs.c
|
|
gcc -o $@ $^ -Wall -lfuse_ino64 -lcrypto -I/usr/local/include/osxfuse || gcc -o $@ $^ -Wall -losxfuse_i64 -lcrypto -I/usr/local/include/osxfuse
|
|
|
|
clean:
|
|
rm img3fs
|