CFLAGS = nostackcheck structureequivalence ignore=73

all: Track_Copy

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

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