From 9b4d8ae93053fcebc281f54d8a374839a7a50861 Mon Sep 17 00:00:00 2001 From: Levente Polyak Date: Sat, 28 Dec 2019 19:05:28 +0100 Subject: offload-build: convert to in-prog so we can perform pre-processing --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fd69a8e..515ad2d 100644 --- a/Makefile +++ b/Makefile @@ -17,12 +17,12 @@ IN_PROGS = \ makerepropkg \ mkarchroot \ makechrootpkg \ + offload-build \ rebuildpkgs \ sogrep BINPROGS = \ - $(IN_PROGS) \ - offload-build \ + $(IN_PROGS) CONFIGFILES = \ makepkg-x86_64.conf \ -- cgit v1.2.3-54-g00ecf