aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-08-18 15:37:27 +0200
committerDavid Robillard <d@drobilla.net>2018-09-29 14:46:47 +0200
commit9be08ad2f8be8964ae72f6571d04ba38909e4388 (patch)
tree7ce85854927a47ec7c0b3e507bd7d6f333d62bb3 /Makefile
parent767265863fca8e2043622f0591281a1deb7821af (diff)
downloadchilbert-9be08ad2f8be8964ae72f6571d04ba38909e4388.tar.gz
chilbert-9be08ad2f8be8964ae72f6571d04ba38909e4388.tar.bz2
chilbert-9be08ad2f8be8964ae72f6571d04ba38909e4388.zip
Clean up main public API header
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)