]> git.proxmox.com Git - mirror_novnc.git/blob - debian/rules
Don't treat onerror as a close.
[mirror_novnc.git] / debian / rules
1 #!/usr/bin/make -f
2
3 # Uncomment this to turn on verbose mode.
4 #export DH_VERBOSE=1
5
6 clean:
7 make -C utils clean
8 dh clean
9
10 build:
11 make -C utils rebind.so
12
13 %:
14 dh ${@}