commit 8f46aeb14260544bea936951f2c0193f1aae6412 from: Stefan Sperling date: Tue Jan 17 10:04:46 2023 UTC add obj/pages.c to CLEANFILES in gotwebd's Makefile commit - 60acb474759c0ec24ee5ac2bd07d9f121b385996 commit + 8f46aeb14260544bea936951f2c0193f1aae6412 blob - 1f2783a446360c7e3379bbca5be3bea0ee1e76c5 blob + 3ff6327350055dfdcfeb3094e2836fcdcda955dc --- gotwebd/Makefile +++ gotwebd/Makefile @@ -32,6 +32,8 @@ TEMPLATE = ${.CURDIR}/../template/template .tmpl.c: ${TEMPLATE} -o $@ $< +CLEANFILES = pages.c + MAN = ${PROG}.conf.5 ${PROG}.8 CPPFLAGS += -I${.CURDIR}/../include -I${.CURDIR}/../lib -I${.CURDIR}