commit 1dec34dfda7ccb3caadab65aca907251ab8fd72e from: Omar Polo date: Thu Jan 05 17:10:52 2023 UTC template: drop tmpl.c from SRCS was added there mistakenly. it's not part of the "compiler", it's part of the "user library" and provides useful functions for the consumers. commit - c7224e4126f5079e0dcb5b29b8ddb14c242a6c0b commit + 1dec34dfda7ccb3caadab65aca907251ab8fd72e blob - 7e95545a3d5b04f4123fd275efd2ad5186d17885 blob + c31699157d7ba2f8b65cbb6efd3c4c533b9ff4dd --- template/Makefile +++ template/Makefile @@ -1,5 +1,5 @@ PROG= template -SRCS= template.c tmpl.c parse.y +SRCS= template.c parse.y MAN= template.1 template.7