From a052d57243e00f0e0de15ed6b8d02e60cbd755fe Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 5 Aug 2018 12:21:17 +0200 Subject: Rename library "chilbert" --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0a81f62..f24d237 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CXXFLAGS += -I. -std=c++14 -Wall -Wextra -Wno-unused-parameter -HEADERS = $(wildcard Hilbert/*.hpp) +HEADERS = $(wildcard chilbert/*.hpp) TESTS = test/test_fsb all: $(TESTS) -- cgit v1.2.1