ssnail

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

commit c881a66f770eba75347951ea58efad70dd0cdabf
parent fe5f8ac5cb2d1063841abe0b939febc1f0793891
Author: Paco Esteban <paco@e1e0.net>
Date:   Tue, 12 May 2020 19:58:04 +0200

add debug to makefile

Diffstat:
MMakefile | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1,6 +1,8 @@ PROG = ssnail -# SRCS += staticsite.c +DEBUG = -g + +# SRCS += ssnail.c LDFLAGS += -L/usr/local/lib LDADD += -llowdown -lm