kiss-repo

personal package repository
git clone git://bvnf.space/kiss-repo.git
Log | Files | Refs | README | LICENSE

commit f97064786504cbea19e46f9499f03bed09a99df1
parent 3e9a9294df90dc8b8372e7decda4a915dc0151b3
Author: aabacchus <ben@bvnf.space>
Date:   Tue, 24 May 2022 17:32:43 +0100

pdpmake: enable extensions

Diffstat:
Mpdpmake/build | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pdpmake/build b/pdpmake/build @@ -1,6 +1,6 @@ #!/bin/sh -e -make +make CFLAGS="$CFLAGS -DENABLE_FEATURE_MAKE_EXTENSIONS" mkdir -p "$1/usr/bin/" cp make "$1/usr/bin/make" cp make "$1/usr/bin/pdpmake"