readdir was rewritten in Ruby just before the end of the hackfest
[hurd/trovefs.git] / Makefile
index 31273a9aa52e5ed0adfc4ded58b50b898b50ef26..92aff53e50cf275859732d242eaf05a074c1eca0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,3 @@
 
 all:
        gcc --std=c99 -D_GNU_SOURCE -g -Wall -lihash -lnetfs -ls3 -o trovefs dir.c fs.c netfs.c node.c s3.c trovefs.c
 
 all:
        gcc --std=c99 -D_GNU_SOURCE -g -Wall -lihash -lnetfs -ls3 -o trovefs dir.c fs.c netfs.c node.c s3.c trovefs.c
-
-readdir:
-       gcc --std=c99 -D_GNU_SOURCE -g -Wall -o readdir readdir.c