Skip to content
Snippets Groups Projects
Select Git revision
  • 654a8b48c53f5e8a8652d8daf69153c98a90a283
  • main default protected
  • seed_variation_ruegen
  • cami_seed_variation
  • cami_restructured
  • camis
6 results

Makefile

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Makefile 178 B
    .PHONY:clean
    clean:
    	@${RM} -r cami_src/__pycache__
    	@${RM} -r data/tmp
    
    .PHONY:example
    example:
    	@echo 'Running CAMI with example seeds and network.'
    	@./cami_src/example_run.py