File: rules

package info (click to toggle)
pegjs 0.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 712 kB
  • ctags: 156
  • sloc: makefile: 112; sh: 84
file content (12 lines) | stat: -rwxr-xr-x 145 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@ --builddirectory=.

override_dh_auto_build:
	make dist

# no make install support
override_dh_auto_install:
	true