C_SOURCES := main.c
CFLAGS_EXTRAS := -fsanitize=undefined -g -Wno-int-conversion -Wno-incompatible-pointer-types

include Makefile.rules
