fs - simple file server

Makefile at tip
Login

Makefile at tip

File Makefile from the latest check-in


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

shard.lock : shard.yml
	shards install