fs - simple file server

Makefile at trunk
Login

Makefile at trunk

File Makefile artifact c6dbabea5f on branch trunk


fs : src/fs.cr shard.lock
	crystal build --no-color src/fs.cr

shard.lock : shard.yml
	shards install