160138a8a6
Some checks failed
PikaOS Package Build Only (Canary) (amd64-v3) / build (push) Failing after 10s
PikaOS Package Build Only (amd64-v3) / build (push) Failing after 1s
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Failing after 6s
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 0s
9 lines
162 B
Makefile
Executable File
9 lines
162 B
Makefile
Executable File
#! /usr/bin/make -f
|
|
|
|
## See debhelper(7) (uncomment to enable).
|
|
## Output every command that modifies files on the build system.
|
|
export DH_VERBOSE = 1
|
|
|
|
%:
|
|
dh $@
|