include: add makefile
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
CLEANFILES += $(CPPTARGET)
|
||||
|
||||
all:: $(CPPTARGET)
|
||||
|
||||
$(CPPTARGET):: $(CPPSRC)
|
||||
$(RM) $@
|
||||
$(CPP) -P -DXCOMM=# $(SCRIPTFLAGS) < $(CPPSRC) > $@
|
||||
Reference in New Issue
Block a user