File: rules

package info (click to toggle)
dompurify.js 0.8.2~dfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 796 kB
  • ctags: 333
  • sloc: makefile: 7; sh: 7
file content (10 lines) | stat: -rwxr-xr-x 151 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_build:
	uglifyjs -o purify.min.js src/purify.js

override_dh_auto_clean:
	dh_clean
	rm -f purify.min.js