File: rules

package info (click to toggle)
requirejs-text 2.0.12-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 88 kB
  • ctags: 3
  • sloc: makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 147 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	uglifyjs -o text.min.js text.js

override_dh_auto_clean:
	rm -f text.min.js
	dh_auto_clean