Skip to content

Commit

Permalink
Merge pull request #40 from gnusenpai/cargo-fixes
Browse files Browse the repository at this point in the history
Small cargo fixes
  • Loading branch information
Gnarus-G authored Dec 11, 2024
2 parents 7a9dd6a + 1f28f5b commit 06d1f27
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,5 @@ udev_trigger:

clean:
rm -rf $(DRIVERDIR)/.*.cmd $(DRIVERDIR)/*.ko $(DRIVERDIR)/*.mod $(DRIVERDIR)/*.mod.* $(DRIVERDIR)/*.symvers $(DRIVERDIR)/*.order $(DRIVERDIR)/*.o
cargo clean --manifest-path=cli/Cargo.toml
cargo clean --manifest-path=cli/usbmouse/Cargo.toml
13 changes: 11 additions & 2 deletions cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ ratatui = "0.25.0"
tui-input = "*"

[build-dependencies]
cc = "1.0.83"
cc = "1.2.3"

0 comments on commit 06d1f27

Please sign in to comment.