Alan Yeung 2 роки тому
батько
коміт
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"