Makefile 89 B

12345
  1. CFLAGS = -O3 std=c99 -Wall -D_POSIX_C_SOURCE=200809L
  2. all:
  3. @make -C tiff
  4. @make -C hdf5