diff --git a/.gitignore b/.gitignore index 953e48ad..18a040f7 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ sax-js xmldoc FlameGraph dtrace4linux +flow diff --git a/Makefile b/Makefile index 7a3fca88..6fd885ae 100644 --- a/Makefile +++ b/Makefile @@ -316,6 +316,7 @@ cleanall: clean @rm -rf xmldoc @rm -rf FlameGraph @rm -rf dtrace4linux + @rm -rf flow @rm -rf 595a36b252ee97110724e6fa89fc92c9aa9a206a.zip libduktape.so.1.0.0: dist @@ -765,6 +766,10 @@ dtrace4linux: # http://crtags.blogspot.fi/ $(GIT) clone --depth 1 https://github.com/dtrace4linux/linux.git dtrace4linux +flow: + # https://github.com/facebook/flow + $(GIT) clone --depth 1 https://github.com/facebook/flow.git + .PHONY: gccpredefs gccpredefs: gcc -dM -E - < /dev/null