summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLevente Polyak <anthraxx@archlinux.org>2019-12-28 19:05:28 +0100
committerLevente Polyak <anthraxx@archlinux.org>2020-02-10 23:02:41 +0100
commit9b4d8ae93053fcebc281f54d8a374839a7a50861 (patch)
treeb204b31e2d4a20d9c197387f4fe57d8ed6cb907f /Makefile
parent4c206ab549b7944801f11387cbc57807e8e24338 (diff)
downloaddevtools32-9b4d8ae93053fcebc281f54d8a374839a7a50861.tar.xz
offload-build: convert to in-prog so we can perform pre-processing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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 \