b3350f0ebb
Same thing like contrib/getdents, but written in C.
3 lines
55 B
Makefile
3 lines
55 B
Makefile
getdents_c: *.c Makefile
|
|
gcc getdents.c -o getdents_c
|