mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-22 04:27:20 +08:00
12 lines
213 B
Makefile
Executable File
12 lines
213 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
# -*- makefile -*-
|
|
|
|
# Uncomment this to turn on verbose mode.
|
|
export DH_VERBOSE=1
|
|
|
|
%:
|
|
dh $@ --parallel
|
|
|
|
override_dh_auto_install:
|
|
$(MAKE) DESTDIR=$(CURDIR)/debian/mergerfs PREFIX=/usr install
|