readdir was rewritten in Ruby just before the end of the hackfest
[hurd/trovefs.git] / Makefile
1 # Copyright (C) 2013  Steven McDonald <steven@steven-mcdonald.id.au>
2 #
3 # This program is free software. It comes without any warranty, to the
4 # extent permitted by applicable law. You can redistribute it and/or
5 # modify it under the terms of the Do What The Fuck You Want To Public
6 # License, Version 2, as published by Sam Hocevar. See the file
7 # COPYING.WTFPL accompanying this distribution or http://www.wtfpl.net/
8 # for more details.
9
10 all:
11         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