Skip to content

Commit

Permalink
update send_http_get
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity committed Sep 16, 2024
1 parent e1a7dbb commit 78082ef
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8,254 deletions.
8 changes: 1 addition & 7 deletions motoko/send_http_get/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
.PHONY: all
all: build

.PHONY: node_modules
.SILENT: node_modules
node_modules:
npm install

.PHONY: build
.SILENT: build
build: node_modules
dfx canister create send_http_get_backend
dfx build

Expand All @@ -32,4 +26,4 @@ test: install
.PHONY: clean
.SILENT: clean
clean:
rm -fr .dfx
rm -fr .dfx
10 changes: 2 additions & 8 deletions motoko/send_http_get/dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@
"main": "src/send_http_get_backend/main.mo",
"type": "motoko"
}
},
"defaults": {
"build": {
"args": "",
"packtool": ""
}
},
}
"output_env_file": ".env",
"version": 1
}
}
Loading

0 comments on commit 78082ef

Please sign in to comment.