From: Steven McDonald Date: Sat, 19 Jan 2013 17:28:26 +0000 (+1100) Subject: readdir was rewritten in Ruby just before the end of the hackfest X-Git-Url: http://git.steven-mcdonald.id.au/?p=hurd%2Ftrovefs.git;a=commitdiff_plain readdir was rewritten in Ruby just before the end of the hackfest --- diff --git a/Makefile b/Makefile index 31273a9..92aff53 100644 --- 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 - -readdir: - gcc --std=c99 -D_GNU_SOURCE -g -Wall -o readdir readdir.c