File: rules

package info (click to toggle)
textdraw 0.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 156 kB
  • sloc: ansic: 2,015; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 245 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

include /usr/share/dpkg/buildtools.mk
include /usr/share/dpkg/buildflags.mk

%:
	dh $@

override_dh_auto_build:
	$(CC) td.c $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -Wall -lncurses -lm -o td

override_dh_clean:
	dh_clean td textdraw