소스 검색

[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