diff --git a/Makefile b/Makefile index f30ee1f6..cd072ab7 100644 --- a/Makefile +++ b/Makefile @@ -60,11 +60,12 @@ endif CXXFLAGS += -Wall -Wcast-qual -I. $(ARCH_CFLAGS) -std=gnu++14 LDFLAGS += -lm OBJS = \ + tests/test.o # tests/binding.o \ # tests/common.o \ # tests/impl.o \ # tests/main.o - tests/test.o + deps := $(OBJS:%.o=%.o.d) .SUFFIXES: .o .cpp