diff --git a/Makefile b/Makefile index ce07b527..ae2ee186 100644 --- a/Makefile +++ b/Makefile @@ -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 \ No newline at end of file + clear && cargo test --workspace + + +.PHONY: clean-libsensors libsensors \ No newline at end of file