File: rules

package info (click to toggle)
qmenu 5.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 212 kB
  • ctags: 238
  • sloc: ansic: 3,288; makefile: 38
file content (10 lines) | stat: -rwxr-xr-x 200 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o qmenu qmenu.c -lncurses

override_dh_auto_install:
	$(MAKE) install PREFIX=$(CURDIR)/debian/qmenu/usr