File: rules

package info (click to toggle)
gitano 1.0-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,204 kB
  • ctags: 306
  • sloc: makefile: 203; python: 96; sh: 30
file content (16 lines) | stat: -rwxr-xr-x 212 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

# Set up the variables the Gitano makefile needs
PREFIX:=/usr
export PREFIX
LUA_VER:=5.1
export LUA_VER

# And Debhelper the world

%:
	dh $@

override_dh_auto_build:
	make
	make -C doc/admin