include: add makefile

This commit is contained in:
Chase
2019-10-23 15:34:19 -06:00
committed by Jon Trulson
parent 78951b54ff
commit ab15f92fbe
+7
View File
@@ -0,0 +1,7 @@
CLEANFILES += $(CPPTARGET)
all:: $(CPPTARGET)
$(CPPTARGET):: $(CPPSRC)
$(RM) $@
$(CPP) -P -DXCOMM=# $(SCRIPTFLAGS) < $(CPPSRC) > $@