Alan Yeung 2 лет назад
Родитель
Сommit
a33edd68bc
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -62,7 +62,7 @@ web.tar.gz:
 
 	@echo "Creating tarball for all required files"
 	-rm ./dist/web.tar.gz
-	-cd ./dist/ && tar -czf ./web.tar.gz system/ web/ localhost.crt localhost.key
+	-cd ./dist/ && tar -czf ./web.tar.gz system/ web/
 
 	@echo "Clearing up unzipped folder structures"
 	-rm -rf "./dist/web"