timekeeper

[Abandoned unfinished] CGI web application in C for time tracking. (My first, just a learning project)
Log | Files | Refs | README

commit eafda031d0480450aef6d1b9a8a3ba44d25e7741
parent 0a694035152791492779793391e4fd709a0c8757
Author: Jacob R. Edwards <jacob@jacobedwards.org>
Date:   Mon, 26 Feb 2024 20:49:40 -0800

Add include path to cflags

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1,6 +1,6 @@ name = timekeeper cc = ${CC} -cflags = ${CFLAGS} -O0 -Wall -Wextra +cflags = ${CFLAGS} -O0 -Wall -Wextra -I/usr/local/include lddflags = ${LDDFLAGS} -L/usr/local/lib -lkcgi -lkcgihtml -lz prefix = /var/www/htdocs/${name}.primus.lan