ccm/Makefile

14 lines
230 B
Makefile
Raw Permalink Normal View History

.PHONY: build install check doc
build:
cmake -B build
cmake --build build
install: build
sudo cmake --install build
check:
@cppcheck --enable=all -q ccm lib \
2024-03-18 17:20:40 +00:00
--suppress=missingIncludeSystem \
--suppress=unusedFunction