Skip to content
Snippets Groups Projects
Commit ada404e7 authored by Mia Le's avatar Mia Le
Browse files
parents db5a5655 e72646aa
No related branches found
No related tags found
No related merge requests found
.PHONY:clean .PHONY:clean
clean: clean:
@${RM} -r cami/__pycache__ @${RM} -r cami_src/__pycache__
@${RM} -r data/tmp @${RM} -r data/tmp
.PHONY:example .PHONY:example
example: example:
@echo 'Running CAMI with example seeds and network.' @echo 'Running CAMI with example seeds and network.'
@./cami/example_run.py @./cami_src/example_run.py
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment