File: debian.Makefile

package info (click to toggle)
libconfig 1.5-0.4
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 3,124 kB
  • sloc: sh: 12,143; ansic: 3,591; yacc: 330; cpp: 316; lex: 169; makefile: 129; ruby: 7
file content (5 lines) | stat: -rw-r--r-- 113 bytes parent folder | download | duplicates (6)
1
2
3
4
5
all: example1 example2 example3

LOADLIBES += $(shell pkg-config libconfig --libs)
CFLAGS += -Wall
CFLAGS += -O2