CFLAGS = nostackcheck structureequivalence ignore=73

all: findboards

findboards: findboards.c
	sc link $(CFLAGS) $@

clean:
	-delete \#?.(o|lnk)
