Commit e6db1887 by Enkelmann Committed by Enkelmann

fix makefile bug

parent af32d275
...@@ -10,7 +10,7 @@ all: ...@@ -10,7 +10,7 @@ all:
cd plugins/cwe_checker_type_inference && make all cd plugins/cwe_checker_type_inference && make all
cd plugins/cwe_checker_type_inference_print && make all cd plugins/cwe_checker_type_inference_print && make all
cd plugins/cwe_checker_pointer_inference_debug && make all cd plugins/cwe_checker_pointer_inference_debug && make all
mkdir ${HOME}/.config/cwe_checker mkdir -p ${HOME}/.config/cwe_checker
cp src/utils/registers.json ${HOME}/.config/cwe_checker/registers.json cp src/utils/registers.json ${HOME}/.config/cwe_checker/registers.json
test: test:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment