Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
wiiznokes committed Nov 10, 2023
1 parent e272a2d commit 1acc605
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,11 @@ expand:
libsensors:
make -C ./libsensors/ install PREFIX=./../libsensors_build ETCDIR=./../etc

clean-libsensors:
make -C ./libsensors/ clean uninstall PREFIX=./../libsensors_build ETCDIR=./../etc

test:
clear && cargo test --workspace
clear && cargo test --workspace


.PHONY: clean-libsensors libsensors

0 comments on commit 1acc605

Please sign in to comment.