2014-09-04 01:03:18 +00:00

7 lines
115 B
Makefile

LEVEL = ../../make
C_SOURCES := main.c
CFLAGS := $(CFLAGS) -fsanitize=address -g
include $(LEVEL)/Makefile.rules