From a2be8eba3aaf11a9a73092793d27d6d46b4270cd Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 19 Jun 2021 09:18:26 +0200 Subject: Add .so target. Fix ready state checks. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 335e5aa..af29818 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ SRC = \ OBJ = $(patsubst %.cc,%.o,$(SRC)) -CXXFLAGS = -s -O3 -std=c++17 +CXXFLAGS = -g -O3 -std=c++17 -I. %.o: %.cc g++ $(CXXFLAGS) -c $< -o $@ -- cgit v1.2.3