LEVEL = ../../make

C_SOURCES := main.c
CFLAGS := $(CFLAGS) -fsanitize=address -g

include $(LEVEL)/Makefile.rules
