adding cic-eth as sub dir
This commit is contained in:
15
apps/cic-eth/doc/flowcharts/Makefile
Normal file
15
apps/cic-eth/doc/flowcharts/Makefile
Normal file
@@ -0,0 +1,15 @@
|
||||
INPUTS = $(wildcard *.dot)
|
||||
OUTPUTS = $(patsubst %.dot, %.png, $(INPUTS))
|
||||
|
||||
.SUFFIXES: .dot .png
|
||||
|
||||
.dot.png:
|
||||
dot -T png $(basename $@).dot > $@
|
||||
|
||||
all: $(OUTPUTS)
|
||||
|
||||
clean:
|
||||
rm -vf *.png
|
||||
|
||||
.PHONY: clean
|
||||
|
||||
Reference in New Issue
Block a user