Makefile 97 B

123456
  1. BIN = tiffperf
  2. SRC = tiffperf.c
  3. PKG_DEPS = glib-2.0
  4. LDFLAGS += -ltiff
  5. include ../c.mk