aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 3f7abdcae734563ad8bd6597805e6705fff38a40 (plain)
1
2
3
4
5
6
7
8
9
DIAG_FLAGS ?= -Wall -W -Wstrict-prototypes -Wmissing-prototypes -pedantic \
              -fsanitize=address -fsanitize=undefined
OPT_FLAGS ?= -O2
CFLAGS ?= $(OPT_FLAGS) $(DIAG_FLAGS)

testsp: safepath.o

clean:
        rm -f testsp safepath.o