1
0
mirror of https://github.com/dswd/zvault synced 2025-03-15 05:12:45 +00:00
Dennis Schwerdel fe894d2d19 First packaging
2017-04-11 09:22:38 +02:00

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)