diff options
| author | Jakob Unterwurzacher | 2020-05-24 23:28:23 +0200 |
|---|---|---|
| committer | Jakob Unterwurzacher | 2020-05-24 23:29:59 +0200 |
| commit | b3350f0ebbd6cf4215b85a6c126595b822cb0bc0 (patch) | |
| tree | bcb91b4037e8f35043988da1c4f8e4dcd1f8b49a /contrib/getdents_c/Makefile | |
| parent | c7a9425e1b153b53bb1b6af6d6aabba6dea0b2c6 (diff) | |
contrib: add getdents_c
Same thing like contrib/getdents, but written in C.
Diffstat (limited to 'contrib/getdents_c/Makefile')
| -rw-r--r-- | contrib/getdents_c/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/getdents_c/Makefile b/contrib/getdents_c/Makefile new file mode 100644 index 0000000..95e47dc --- /dev/null +++ b/contrib/getdents_c/Makefile @@ -0,0 +1,2 @@ +getdents_c: *.c Makefile + gcc getdents.c -o getdents_c |
