# Copyright (C) 2013 Steven McDonald # # This program is free software. It comes without any warranty, to the # extent permitted by applicable law. You can redistribute it and/or # modify it under the terms of the Do What The Fuck You Want To Public # License, Version 2, as published by Sam Hocevar. See the file # COPYING.WTFPL accompanying this distribution or http://www.wtfpl.net/ # for more details. 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