CFLAGS = nostackcheck structureequivalence ignore=73

all: deviceuse

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

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