File: Makefile

package info (click to toggle)
tinyexr 1.0.0%2Bdfsg-1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,268 kB
  • sloc: cpp: 15,319; makefile: 74; sh: 18; ansic: 15
file content (2 lines) | stat: -rw-r--r-- 101 bytes parent folder | download
1
2
all:
	clang++ -g -fsanitize=address -O2 -o exr2ldr -I../common  -I../../ exr2ldr.cc ../../tinyexr.cc