rizin/test/unit/legacy_unit/cons/Makefile
2021-04-29 17:06:37 +08:00

11 lines
235 B
Makefile

CFLAGS+=-I../../include
LDFLAGS+=-lrz_cons -L../../librz/cons
LDFLAGS+=-lrz_util -L../../librz/util
all: graph test-rgb
test-rgb: test-rgb.o
$(CC) -o test-rgb test-rgb.o $(LDFLAGS)
graph: graph.o
$(CC) -o graph graph.o $(LDFLAGS)