File: rules

package info (click to toggle)
node-vlq 1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 308 kB
  • sloc: makefile: 8; sh: 6
file content (13 lines) | stat: -rwxr-xr-x 195 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	tsc --module commonjs src/vlq.ts && mv src/vlq.js index.js

override_dh_auto_check:
	nodejs test/

override_dh_auto_clean:
	rm -f index.js