mirror of
https://github.com/AGWA/git-crypt.git
synced 2026-01-01 07:27:52 -08:00
8 lines
73 B
Makefile
Executable File
8 lines
73 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
export PREFIX=/usr
|
|
export ENABLE_MAN=yes
|
|
|
|
%:
|
|
dh $@
|