diff options
author | David Robillard <d@drobilla.net> | 2018-08-18 15:37:27 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-09-29 14:46:47 +0200 |
commit | 9be08ad2f8be8964ae72f6571d04ba38909e4388 (patch) | |
tree | 7ce85854927a47ec7c0b3e507bd7d6f333d62bb3 /Makefile | |
parent | 767265863fca8e2043622f0591281a1deb7821af (diff) | |
download | chilbert-9be08ad2f8be8964ae72f6571d04ba38909e4388.tar.gz chilbert-9be08ad2f8be8964ae72f6571d04ba38909e4388.tar.bz2 chilbert-9be08ad2f8be8964ae72f6571d04ba38909e4388.zip |
Clean up main public API header
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 chilbert/*.hpp) +HEADERS = $(wildcard chilbert/*.hpp) $(wildcard chilbert/*.ipp) TESTS = test/test_bitvec test/test_gray_code_rank test/test_hilbert all: $(TESTS) |