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