File: rules

package info (click to toggle)
lua-torch-xlua 0~20160719-g41308fe-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 132 kB
  • sloc: makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 221 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_configure:
	ln -s . xlua
	dh_auto_configure

override_dh_auto_clean:
	-$(RM) -rf 5.1-torch-xlua 5.2-torch-xlua debian/trash xlua
	dh_auto_clean