From a21764921591049298512b0a92f56e8c0e071f4c Mon Sep 17 00:00:00 2001
From: Bensong Liu <bensl@microsoft.com>
Date: Wed, 21 Oct 2020 13:10:17 +0800
Subject: [PATCH] doc

---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 1e2bac8..723388f 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,7 @@ test:
 	$(CXX) -std=c++14 xaml.gen.example.cc -o xaml.gen.example.out -I..
 
 install:
+	rm -rf /usr/include/cis-workflow-gen
 	cp -r . /usr/include/cis-workflow-gen
 
 clean:
-- 
GitLab