zvault/deb/libsquash/Makefile

14 lines
278 B
Makefile
Raw Permalink Normal View History

2017-04-05 07:04:50 +00:00
undefine LDFLAGS
build:
2017-04-07 16:57:49 +00:00
git clone https://github.com/quixdb/squash src
(cd src; git checkout 5ea579cae2324f9e814cb3d88aa589dff312e9e2)
2017-04-05 10:41:39 +00:00
(cd src; ./autogen.sh --prefix=/usr --disable-external)
2017-04-05 07:04:50 +00:00
make -C src
clean:
rm -rf src
install:
make -C src install DESTDIR=$(DESTDIR)