diff --git a/Makefile b/Makefile index ab328af..6cc1528 100644 --- a/Makefile +++ b/Makefile @@ -9,5 +9,5 @@ all: psi-monitor create_load .PHONY: clean clean: - rm -f monitor create_load + rm -f psi-monitor monitor create_load