aboutsummaryrefslogtreecommitdiffstats
path: root/tools/vtpm_manager/crypto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/vtpm_manager/crypto/Makefile')
-rw-r--r--tools/vtpm_manager/crypto/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/vtpm_manager/crypto/Makefile b/tools/vtpm_manager/crypto/Makefile
index 160fce812e..63233a940e 100644
--- a/tools/vtpm_manager/crypto/Makefile
+++ b/tools/vtpm_manager/crypto/Makefile
@@ -3,15 +3,20 @@ include $(XEN_ROOT)/tools/vtpm_manager/Rules.mk
BIN = libtcpaCrypto.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 *~