Explorar o código

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

also updates shellcheck paths for linting of this new script
Chris Simpkins %!s(int64=7) %!d(string=hai) anos
pai
achega
1028b7e918
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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