verless / verless

A Static Site Generator designed for Markdown-based content with a focus on simplicity and performance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create verless Makefile

dominikbraun opened this issue · comments

Building the verless binary should be simplified by providing a Makefile. The make command should build the binary for the current system, make <os and arch parameters> should do the same for the specified OS and platform. make test should run all unit tests.