libgocryptfs/contrib/getdents-debug/getdents_c/Makefile
Jakob Unterwurzacher 77632b7554 getdents_c: read from two threads
This was an attempt to make the C code more
similar to Go (which also reads from multiple threads).

However, I still could not repro the ENOENT problems.

https://github.com/rfjakob/gocryptfs/issues/483
2020-06-21 12:01:34 +02:00

3 lines
65 B
Makefile

getdents_c: *.c Makefile
gcc getdents.c -lpthread -o getdents_c