diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2016-06-10 21:12:00 -0700 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2016-06-10 21:12:00 -0700 |
commit | 7699499f2568668bfe23a157d18ad5a1aaa99cdd (patch) | |
tree | 0ac955526ce2977a0c7e795739ff6b3eaac85393 /Makefile | |
parent | 53bc83cae788405b53ccaebbc608c8241a79b3ac (diff) |
Add CMakeLists to 'make release' now that it's top-level
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ SOURCES=src/pugixml.cpp $(filter-out tests/fuzz_%,$(wildcard tests/*.cpp)) EXECUTABLE=$(BUILD)/test VERSION=$(shell sed -n 's/.*version \(.*\).*/\1/p' src/pugiconfig.hpp) -RELEASE=$(shell git ls-files src docs/*.html docs/*.css docs/samples docs/images scripts contrib readme.txt) +RELEASE=$(shell git ls-files src docs/*.html docs/*.css docs/samples docs/images scripts contrib CMakeLists.txt readme.txt) CXXFLAGS=-g -Wall -Wextra -Werror -pedantic -Wundef -Wshadow -Wold-style-cast -Wcast-align LDFLAGS= |