File: rules

package info (click to toggle)
animate.css 3.5.2~dfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 492 kB
  • sloc: makefile: 7
file content (10 lines) | stat: -rwxr-xr-x 159 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_build:
	yui-compressor -o animate.min.css animate.css

override_dh_auto_clean:
	dh_clean
	rm -f animate.min.css