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