File: rules

package info (click to toggle)
node-es6-promise 4.2.5-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 480 kB
  • sloc: makefile: 7; sh: 2
file content (11 lines) | stat: -rwxr-xr-x 231 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	webpack --config debian/webpack.config.js lib/es6-promise.js dist/es6-promise.js
	uglifyjs dist/es6-promise.js > dist/es6-promise.min.js

override_dh_auto_clean:
	rm -rf dist