X-Git-Url: http://git.steven-mcdonald.id.au/?p=hurd%2Ftrovefs.git;a=blobdiff_plain;f=Makefile;h=92aff53e50cf275859732d242eaf05a074c1eca0;hp=31273a9aa52e5ed0adfc4ded58b50b898b50ef26;hb=HEAD;hpb=59c2da494dd311df4dc61506a1eda6918e7526e5;ds=inline 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