GITLAB

Eduardo Eloy / modfire

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • modfire
  • MODFIRE-Prototype
  • res
  • Makefile
  • 2cd288b3   project can now import the input from the txtfiles Browse Code ยป
    Eduardo Eloy
    2022-04-27 18:04:40 +0100  
Makefile 262 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
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

clean:
	rm -rf *.txt