From b2047704ad359447958203810784f4e2f3deeff5 Mon Sep 17 00:00:00 2001 From: Howard Li <bighorn@pursuitofchallenge.com> Date: 周三, 29 4月 2020 03:23:49 +0800 Subject: [PATCH] Avoid directly clearing STB --- examples/test-interactive/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/examples/test-interactive/Makefile b/examples/test-interactive/Makefile index 400e123..dcfa0b1 100644 --- a/examples/test-interactive/Makefile +++ b/examples/test-interactive/Makefile @@ -3,7 +3,7 @@ SRCS = main.c ../common/scpi-def.c CFLAGS += -Wextra -Wmissing-prototypes -Wimplicit -I ../../libscpi/inc/ -LDFLAGS += ../../libscpi/dist/libscpi.a -Wl,--as-needed +LDFLAGS += -lm ../../libscpi/dist/libscpi.a -Wl,--as-needed .PHONY: clean all -- Gitblit v1.9.1