浏览代码

[Makefile] updated archives make target with new shell script path

also updates shellcheck paths for linting of this new script
Chris Simpkins 7 年之前
父节点
当前提交
1028b7e918
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -1,7 +1,7 @@
 all: build
 
 archives:
-	postbuild_processing/archive_prep/archiver.sh
+	./build-archives.sh
 
 build: ttf webfonts
 
@@ -28,7 +28,7 @@ lint: shellcheck ufolint
 pipenv:
 	./build-pipenv.sh
 
-shellcheck: *.sh tools/scripts/css/*.sh tools/scripts/install/*.sh postbuild_processing/archive_prep/*.sh
+shellcheck: *.sh tools/scripts/css/*.sh tools/scripts/install/*.sh
 	$@ $^
 
 subsets: pipenv