mirror of
https://gitlab.com/kalilinux/packages/unix-privesc-check.git
synced 2024-11-30 06:53:07 +00:00
8 lines
118 B
Makefile
Executable File
8 lines
118 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
# output every command that modifies files on the build system.
|
|
#export DH_VERBOSE = 1
|
|
|
|
%:
|
|
dh $@
|