diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |