1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

include: add makefile

This commit is contained in:
Chase 2019-10-19 21:45:16 -05:00 committed by Jon Trulson
parent 78951b54ff
commit ab15f92fbe

7
cde/include/cppfile.tmpl Normal file
View file

@ -0,0 +1,7 @@
CLEANFILES += $(CPPTARGET)
all:: $(CPPTARGET)
$(CPPTARGET):: $(CPPSRC)
$(RM) $@
$(CPP) -P -DXCOMM=# $(SCRIPTFLAGS) < $(CPPSRC) > $@