Skip to content

Commit

Permalink
Fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Netherdrake committed Mar 18, 2021
1 parent dba4e35 commit a11bb54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .editorconfig
Expand Up @@ -12,4 +12,8 @@ insert_final_newline=true

[*.{toml,rs}]
indent_style=tab
indent_size=4
indent_size=4

[Makefile]
indent_style=tab
indent_size=4
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -24,7 +24,7 @@ eth:

.PHONY: build
build:
cargo build --release
cargo build --manifest-path node/Cargo.toml --features with-ethereum-compatibility --release

.PHONY: watch
watch:
Expand Down

0 comments on commit a11bb54

Please sign in to comment.