From: Chase Date: Sun, 20 Oct 2019 02:45:16 +0000 (-0500) Subject: include: add makefile X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ab15f92fbe20951c7e04cadbe7ee50de2950f96b;p=oweals%2Fcde.git include: add makefile --- diff --git a/cde/include/cppfile.tmpl b/cde/include/cppfile.tmpl new file mode 100644 index 00000000..67c6a234 --- /dev/null +++ b/cde/include/cppfile.tmpl @@ -0,0 +1,7 @@ +CLEANFILES += $(CPPTARGET) + +all:: $(CPPTARGET) + +$(CPPTARGET):: $(CPPSRC) + $(RM) $@ + $(CPP) -P -DXCOMM=# $(SCRIPTFLAGS) < $(CPPSRC) > $@