mirror of
https://github.com/dswd/zvault
synced 2025-03-15 05:12:45 +00:00
13 lines
194 B
Makefile
13 lines
194 B
Makefile
undefine LDFLAGS
|
|
|
|
build:
|
|
(cd src; ./autogen.sh --prefix=/usr)
|
|
make -C src
|
|
|
|
clean:
|
|
rm -rf src
|
|
git clone https://github.com/quixdb/squash src
|
|
|
|
install:
|
|
make -C src install DESTDIR=$(DESTDIR)
|