sttemp

Simple template manager
git clone git://git.konyahin.xyz/sttemp
Log | Files | Refs | README | LICENSE

commit 7b17daa3d4f340d9846d655b3302eb1acbd80f9d
parent 94f79d4693f360e67a24c112dfa5cef4a5c8b3ea
Author: Anton Konyahin <me@konyahin.xyz>
Date:   Mon, 13 Jun 2022 11:49:15 +0300

small fixes

Diffstat:
MMakefile | 2++
Msrc/config.h | 2+-
Msttemp.1 | 2+-
3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -3,6 +3,8 @@ .PHONY: clean install uninstall test BIN = sttemp +SRCS = main.c token.c files.c strings.c +OBJC = ${SRCS:.c=.o} CFLAGS = -Wall -Werror -Os LDFLAGS = -s diff --git a/src/config.h b/src/config.h @@ -1,5 +1,5 @@ /* See LICENSE file for copyright and license details. */ -const char template_dir[] = "~/projects/templates/"; +const char template_dir[] = "~/project/templates/"; const char pattern_start[] = "{|"; const char pattern_end[] = "|}"; diff --git a/sttemp.1 b/sttemp.1 @@ -1,4 +1,4 @@ -.TH STTEMP 1 2021-01-09 V1.0 +.TH STTEMP 1 2022-01-09 V1.0 .SH NAME sttemp \- simple template manager .SH SYNOPSIS