Skip to content

Commit

Permalink
Merge branch 'main' into axtloss/finalize-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
axtloss authored Aug 9, 2024
2 parents b9d81b0 + 99c107c commit 5857580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ all: build # plugins

build:
mkdir -p build
sed 's|$$INSTALLPREFIX$$|${PREFIX}|g' core/plugins.in > core/plugins.go
sed 's|%INSTALLPREFIX%|${PREFIX}|g' core/plugins.in > core/plugins.go
go build -a -o build/${BINARY_NAME}

build-plugins: FORCE
Expand Down

0 comments on commit 5857580

Please sign in to comment.