File: rules

package info (click to toggle)
ismobilejs 0.5.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 348 kB
  • sloc: javascript: 935; makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 166 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
# -*- makefile -*-

export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_build:
	mkdir -p dist
	uglifyjs src/isMobile.js -o dist/isMobile.min.js -c -m