10 lines
181 B
Makefile
Executable file
10 lines
181 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh ${@} --with nodejs
|
|
|
|
# Avoid running webpack as that's not needed.
|
|
override_dh_auto_build:
|
|
|
|
override_dh_auto_test:
|
|
# requires node-crc-32 (!= node-crc32)
|