ssnail

crappy and opinionated static site generator
git clone https://git.e1e0.net/ssnail.git
Log | Files | Refs | README | LICENSE

commit 2dd1881b35fdeb12f7a696ee437a52a7e61ab6b3
parent 35e6666986e5793bd0a5b4b7abbed2bfa1224080
Author: Paco Esteban <paco@e1e0.net>
Date:   Mon, 25 May 2020 17:59:07 +0200

remove debug build

I can add it manually if needed.

Diffstat:
MMakefile | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,7 +1,5 @@ PROG = ssnail -DEBUG = -g - # SRCS += ssnail.c LDFLAGS += -L/usr/local/lib