diff --git a/.gitignore b/.gitignore index f2bb6f0..56655ef 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ snowflake* .directory *.msk Notes.t2t -*.nja \ No newline at end of file +*.nja +src/pycallgraph.txt \ No newline at end of file diff --git a/makefile b/makefile index fe58ea2..e56fa9e 100644 --- a/makefile +++ b/makefile @@ -21,7 +21,7 @@ compile: cd src && python3 setup.py build_ext --inplace callgraph: - pycallgraph graphviz -- src/main.py + cd src; pycallgraph myoutput -- main.py translation: pylupdate5 -noobsolete i18n/manuskript.pro