aboutsummaryrefslogtreecommitdiff
path: root/extra/entr/build
blob: 70c5284d31ff184730f295cbbc2f1368cd827143 (plain)
1
2
3
4
5
6
#!/bin/sh -e

./configure
cp Makefile.linux Makefile
make LDFLAGS="$LDFLAGS -static"
make DESTDIR="$1" PREFIX=/usr install