CFLAGS = structureequivalence nostackcheck

all: Example

Example: Example.c Pan.h
	sc link $(CFLAGS) Example.c
