diff options
Diffstat (limited to 'heat/vFW_CNF_CDS/templates/Makefile')
-rw-r--r-- | heat/vFW_CNF_CDS/templates/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/vFW_CNF_CDS/templates/Makefile b/heat/vFW_CNF_CDS/templates/Makefile index 66dbb298..38a4b389 100644 --- a/heat/vFW_CNF_CDS/templates/Makefile +++ b/heat/vFW_CNF_CDS/templates/Makefile @@ -19,7 +19,7 @@ base: package/ cp base/* package/ cba: package/ - cd cba/ && zip -r $(CBA_NAME).zip . + cd cba/ && zip -r $(CBA_NAME).zip . -x pom.xml .idea/\* target/\* mv cba/$(CBA_NAME).zip package/ package/: |