File: rules

package info (click to toggle)
matroxset 0.4-13
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 208 kB
  • sloc: ansic: 1,817; sh: 24; makefile: 14
file content (12 lines) | stat: -rwxr-xr-x 216 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

PACKAGE = matroxset
LIBS	= -lncurses

export DEB_BUILD_MAINT_OPTIONS	= hardening=+all

override_dh_auto_build:
	$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $(PACKAGE) matroxset.c $(LIBS)

%:
	dh $@