Artifact 3d1998ff41dc40267e4126fb365db00c2d932fbc6301c995429a703e85def066:
- File Makefile — part of check-in [6d268ced53] at 2014-05-14 21:20:55 on branch trunk — Initial import (user: js, size: 273) [annotate] [blame] [check-ins using]
CC ?= clang CFLAGS ?= -Weverything -std=c11 ## For C11 #CFLAGS += -DTRYCATCH_THREAD_LOCAL=_Thread_local ## For GCC / Clang #CFLAGS += -DTRYCATCH_THREAD_LOCAL=__thread libtrycatch.a: trycatch.o ar cr $@ $< example: example.o libtrycatch.a ${CC} -L. -ltrycatch -o $@ $<