Skip to content

Commit

Permalink
Add http server
Browse files Browse the repository at this point in the history
  • Loading branch information
najamelan committed Mar 3, 2019
1 parent fc00281 commit 7651aaa
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions Makefile.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[tasks.run]

description = "Run ekke"
workspace = false

script = [

"cargo build --all",

"pushd apps/main/main_frontend",
"wasm-pack build --target no-modules",
"popd",
"cargo run --bin ekke",

]
2 changes: 1 addition & 1 deletion apps/main
Submodule main updated from a5e81f to 5efc72
2 changes: 1 addition & 1 deletion apps/systemd
2 changes: 1 addition & 1 deletion ekke_core
2 changes: 1 addition & 1 deletion ekke_io

0 comments on commit 7651aaa

Please sign in to comment.