Skip to content

Commit

Permalink
fixed Makefile for linux
Browse files Browse the repository at this point in the history
* fixed copy command for build_assets task
  • Loading branch information
msuesskraut committed Nov 7, 2020
1 parent 60f9bf7 commit 4eb1152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ script = [
'''
cp assets/index.html ./dist
cp assets/favicon.png ./dist
cp -r assets/extra ./dist
cp -r assets/extra/* ./dist
'''
]

Expand All @@ -42,4 +42,4 @@ description = "Start server for given example"
install_crate = { crate_name = "https", binary = "http", test_arg = "--help" }
workspace = false
command = "http"
args = ["./dist"]
args = ["./dist"]

0 comments on commit 4eb1152

Please sign in to comment.