GITLAB

Eduardo Eloy / modfire

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
AllCriteria
  • modfire
  • MODFIRE-Prototype
  • res
  • Makefile
  • a9dbe944   added new ways of testing, distance from starting UG and UGLimit, can now export maps Browse Code »
    Eduardo Eloy
    3 years ago  
Makefile 319 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
all: make

make:
	rm -rf *.txt
	python3 initialize_ugs.py
	python3 initialize_areas.py
	python3 initialize_graph.py
	python3 initialize_years.py
	python3 initialize_cond.py
	python3 initialize_cond_presc.py
	python3 initialize_external.py
	python3 initialize_regions.py
	python3 initialize_xy.py

clean:
	rm -rf *.txt