Skip to content
Snippets Groups Projects
Commit e72646aa authored by Le, Mia's avatar Le, Mia
Browse files

Modified makefile

parent 0acf7f78
Branches
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