aboutsummaryrefslogtreecommitdiffstats
path: root/tools/vtpm_manager/util/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/vtpm_manager/util/Makefile')
-rw-r--r--tools/vtpm_manager/util/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/vtpm_manager/util/Makefile b/tools/vtpm_manager/util/Makefile
index 8e59d0d8d3..9e26c5df15 100644
--- a/tools/vtpm_manager/util/Makefile
+++ b/tools/vtpm_manager/util/Makefile
@@ -3,15 +3,20 @@ include $(XEN_ROOT)/tools/vtpm_manager/Rules.mk
BIN = libTCGUtils.a
+.PHONY: all
all: build
+.PHONY: build
build: $(BIN)
+.PHONY: install
install: build
+.PHONY: clean
clean:
rm -f *.a *.so *.o *.rpm $(DEP_FILES)
+.PHONY: mrproper
mrproper: clean
rm -f *~