From 9be08ad2f8be8964ae72f6571d04ba38909e4388 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 18 Aug 2018 15:37:27 +0200 Subject: Clean up main public API header --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c6201c9..1b7a09a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CXXFLAGS += -I. -std=c++14 -Wall -Wextra -Wno-unused-parameter -HEADERS = $(wildcard chilbert/*.hpp) +HEADERS = $(wildcard chilbert/*.hpp) $(wildcard chilbert/*.ipp) TESTS = test/test_bitvec test/test_gray_code_rank test/test_hilbert all: $(TESTS) -- cgit v1.2.1