File: rules

package info (click to toggle)
nanovg 0.0~git20230826.f93799c%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,352 kB
  • sloc: ansic: 8,981; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 174 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@ --buildsystem makefile --builddirectory build

override_dh_auto_configure:
	premake4 gmake

override_dh_auto_build:
	dh_auto_build -- verbose=1