Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
* silence copying extra files on windows
* fixed copying extra files on linux
  • Loading branch information
msuesskraut committed Nov 7, 2020
1 parent 2795eb3 commit 60f9bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ script = [
'''
copy assets\index.html .\dist
copy assets\favicon.png .\dist
xcopy assets\extra .\dist /E
xcopy assets\extra .\dist /E /Y
'''
]

Expand Down

0 comments on commit 60f9bf7

Please sign in to comment.