LEVEL = ../../../make
override ARCH := arm64e
CFLAGS_EXTRAS = -fptrauth-calls -fptrauth-intrinsics
C_SOURCES := main.c

include Makefile.rules
