File: rules

package info (click to toggle)
lua-uri 0.1%2B20130926%2Bgit14fa255d-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 404 kB
  • sloc: makefile: 56
file content (12 lines) | stat: -rwxr-xr-x 167 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

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

override_dh_auto_build:
	${MAKE} all
	dh_auto_build

override_dh_auto_clean:
	${MAKE} clean
	dh_auto_clean