CFLAGS= -I$(ROOT)/usr/include/ -g -DSN -DSN0 -DFORCE_ERRORS -64 

TARGETS= err_inject

ALL: $(TARGETS)

clobber:
	rm -f $(TARGETS)



