Skip to content

Commit

Permalink
Rewrite build system, make sure invoke compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
MikailBag committed Jun 20, 2020
1 parent c05b628 commit e05916e
Show file tree
Hide file tree
Showing 86 changed files with 3,325 additions and 1,790 deletions.
3 changes: 2 additions & 1 deletion .cargo/config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
jjs-check = "run --package devtool -- check"
jjs-test = "run --package devtool -- test"
jjs-clean = "run --package devtool -- clean"
jjs-build = "run --package devtool -- build"
jjs-build = "run --package dist-builder -- "
jjs-gen = "run --package dist-files-generator -- "
jjs-run = "run --package devtool -- run"
jjs = "run --package devtool --"

Expand Down
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
! /src
Loading

0 comments on commit e05916e

Please sign in to comment.