commit 8f3fcd24aef7952f1b7bd1b00ca3b39b31b2137d from: Stefan Sperling via: Thomas Adam date: Wed Mar 08 09:24:58 2023 UTC ensure that obj/parse.h gets removed during 'make clean' commit - 046f76c30e642757d0d52b64eabd263c7c206fec commit + 8f3fcd24aef7952f1b7bd1b00ca3b39b31b2137d blob - da721544f367f951983e552c46e9e3791ba10f65 blob + 3009e346a8d5ff1d82d8c7266688a122f425b807 --- gotd/Makefile +++ gotd/Makefile @@ -17,6 +17,8 @@ SRCS= gotd.c auth.c repo_read.c repo_write.c log.c pr hash.c sigs.c pack_create_io.c pollfd.c reference_parse.c \ repo_imsg.c pack_index.c session.c +CLEANFILES = parse.h + MAN = ${PROG}.conf.5 ${PROG}.8 CPPFLAGS = -I${.CURDIR}/../include -I${.CURDIR}/../lib -I${.CURDIR} blob - 0c0374f5265adba538b5d25e506b1cb96852f4ff blob + f148074e84910d2c34cba8f1bfe2985898b5d79a --- gotwebd/libexec/got-read-gotconfig/Makefile +++ gotwebd/libexec/got-read-gotconfig/Makefile @@ -12,6 +12,8 @@ LDADD = -lutil -lz DPADD = ${LIBZ} ${LIBUTIL} LDSTATIC = ${STATIC} +CLEANFILES = parse.h + .PATH: ${.CURDIR}/../../../lib ${.CURDIR}/../../../libexec/got-read-gotconfig .include