include: add makefile
authorChase <nicetrynsa@protonmail.ch>
Sun, 20 Oct 2019 02:45:16 +0000 (21:45 -0500)
committerJon Trulson <jon@radscan.com>
Wed, 23 Oct 2019 21:34:19 +0000 (15:34 -0600)
cde/include/cppfile.tmpl [new file with mode: 0644]

diff --git a/cde/include/cppfile.tmpl b/cde/include/cppfile.tmpl
new file mode 100644 (file)
index 0000000..67c6a23
--- /dev/null
@@ -0,0 +1,7 @@
+CLEANFILES += $(CPPTARGET)
+
+all:: $(CPPTARGET)
+
+$(CPPTARGET):: $(CPPSRC)
+       $(RM) $@
+       $(CPP) -P -DXCOMM=# $(SCRIPTFLAGS) < $(CPPSRC) > $@