Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
yuiseki committed Dec 24, 2024
1 parent cf7e147 commit 1455ace
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@

all: \
fetch_reliefweb \
analyze_disasters
update_reliefweb \
voyager

.PHONY: fetch_nhk
fetch_nhk:
Expand All @@ -11,6 +12,14 @@ fetch_nhk:
fetch_reliefweb:
npm run site:api.reliefweb.int:fetch

.PHONY: update_reliefweb
update_reliefweb:
npm run site:api.reliefweb.int:update

.PHONY: voyager
voyager:
npm run voyager

.PHONY: analyze_disasters
analyze_disasters:
npm run site:api.reliefweb.int:analyze_disasters
Expand Down

0 comments on commit 1455ace

Please sign in to comment.