fs - simple file server

Makefile at [87b77ab4de]
Login

Makefile at [87b77ab4de]

File Makefile artifact c6dbabea5f part of check-in 87b77ab4de


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

shard.lock : shard.yml
	shards install