Skip to content

Commit

Permalink
Move investment data, edit Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
korenmiklos committed Jan 6, 2021
1 parent 37d4979 commit b634468
Show file tree
Hide file tree
Showing 13 changed files with 39,529 additions and 25,850 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
include local_settings.mk
INVPROJECTS = $(wildcard data/investment/*.csv)
all: output/results_append.tex

investment: $(foreach f,$(INVPROJECTS),output/investment/$(notdir $f))

temp/p-values-trade.csv: temp/shipment-clean.csv analysis/KLD.jl
cd analysis/ && $(JULIA) KLD.jl ../$< ../$@
data/external/p-values-%.csv: data/external/%.csv analysis/KLD.jl
output/investment/%.csv: data/investment/%.csv analysis/KLD.jl
cd analysis/ && $(JULIA) KLD.jl ../$< ../$@
output/results_append.tex: analysis/master.do analysis/create_variables.do analysis/run_regression_p.do analysis/graph_p.do output/analysis-sample.dta temp/eu-related-countries.csv temp/p-values-trade.csv
stata -b do $<
Expand Down
Loading

0 comments on commit b634468

Please sign in to comment.