diff --git a/Makefile b/Makefile index af75d24621ef53091112298cec25724c792032af..fbc1fcfef8c9e734ebf57ac24d2fb50654ce2786 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ .PHONY:clean clean: - @${RM} -r cami/__pycache__ + @${RM} -r cami_src/__pycache__ @${RM} -r data/tmp .PHONY:example example: @echo 'Running CAMI with example seeds and network.' - @./cami/example_run.py \ No newline at end of file + @./cami_src/example_run.py \ No newline at end of file