SIF icon indicating copy to clipboard operation
SIF copied to clipboard

Makefile does not compile the tools in Tools

Open monperrus opened this issue 2 years ago • 1 comments

It would be great that the default Makefile compiles everything, incl. the tools in folder Tools.

Then, one could do

cd build
./sif
./ast_diff
...

How to compile AST Diff?

Thanks for the great tool @chao-peng

monperrus avatar Aug 24 '22 19:08 monperrus

Hi,

This tool is different from others and you will need to replace the original main.cpp with the main.cpp provided in this tool's folder.

Best, Chao

chao-peng avatar Nov 17 '22 07:11 chao-peng