mirror of
https://gitee.com/bianbu-linux/k1x-vpu-firmware
synced 2025-04-22 06:08:22 -04:00
9 lines
269 B
Makefile
Executable file
9 lines
269 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
# You must remove unused comment lines for the released package.
|
|
#export DH_VERBOSE = 1
|
|
#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|
#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
|
|
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
|
|
|
%:
|
|
dh $@
|