File: rules

package info (click to toggle)
rake 10.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,060 kB
  • ctags: 1,196
  • sloc: ruby: 9,141; ansic: 19; sh: 15; makefile: 8
file content (11 lines) | stat: -rwxr-xr-x 248 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=ruby --with ruby

override_dh_clean:
	$(RM) test/data/dryrun/temp_main
	$(RM) test/data/dryrun/temp_two
	$(RM) -r test/data/file_creation_task/build/
	$(RM) -r test/data/file_creation_task/src/
	dh_clean