projects
/
oweals
/
cde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78951b5
)
include: add makefile
author
Chase
<nicetrynsa@protonmail.ch>
Sun, 20 Oct 2019 02:45:16 +0000
(21:45 -0500)
committer
Jon Trulson
<jon@radscan.com>
Wed, 23 Oct 2019 21:34:19 +0000
(15:34 -0600)
cde/include/cppfile.tmpl
[new file with mode: 0644]
patch
|
blob
diff --git a/cde/include/cppfile.tmpl
b/cde/include/cppfile.tmpl
new file mode 100644
(file)
index 0000000..
67c6a23
--- /dev/null
+++ b/
cde/include/cppfile.tmpl
@@ -0,0
+1,7
@@
+CLEANFILES += $(CPPTARGET)
+
+all:: $(CPPTARGET)
+
+$(CPPTARGET):: $(CPPSRC)
+ $(RM) $@
+ $(CPP) -P -DXCOMM=# $(SCRIPTFLAGS) < $(CPPSRC) > $@