From 37df0765d284892bf81bddf575fdcb14582b4f5f Mon Sep 17 00:00:00 2001 From: Levente Polyak Date: Thu, 19 May 2022 23:49:02 +0200 Subject: cleanup: move PKGBUILD.proto to contrib folder --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6500da0..52f10ef 100644 --- a/Makefile +++ b/Makefile @@ -137,7 +137,7 @@ dist: upload: scp devtools-$(V).tar.gz devtools-$(V).tar.gz.sig repos.archlinux.org:/srv/ftp/other/devtools/ -check: $(BINPROGS) $(BUILDDIR)/contrib/completion/bash/devtools config/makepkg/x86_64.conf PKGBUILD.proto +check: $(BINPROGS) $(BUILDDIR)/contrib/completion/bash/devtools config/makepkg/x86_64.conf contrib/makepkg/PKGBUILD.proto shellcheck $^ .PHONY: all completion man clean install uninstall dist upload check tag -- cgit v1.2.3-54-g00ecf