File: rules

package info (click to toggle)
libjs-dropzone 5.5.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 380 kB
  • sloc: makefile: 9; sh: 3
file content (12 lines) | stat: -rwxr-xr-x 269 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_clean:
	rm -f dist/*.min.js dist/readme.md
	dh_auto_clean

override_dh_auto_build:
	uglifyjs -o dist/dropzone-amd-module.min.js dist/dropzone-amd-module.js
	uglifyjs -o dist/dropzone.min.js dist/dropzone.js
	dh_auto_build