make install

This commit is contained in:
mike@arpaia.co 2014-09-20 16:48:17 -07:00
parent 4c08f4eec3
commit 11e40a6673

View File

@ -63,6 +63,9 @@ format:
clang-format -i osquery/**/*.mm
clang-format -i tools/*.cpp
install:
cd build && make install
.PHONY: package
package: all
git submodule init