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