CFLAGS = nostackcheck structureequivalence ignore=73

all: Absolute_Joystick

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

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