Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
add run target to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
waynz0r committed Jan 17, 2024
1 parent 232108b commit a20d222
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@ deb: ## Build DEB the meta package
.PHONY: rpm
rpm: ## Build RPM the meta package
rpmbuild -ba --define '_rpmdir ./deploy/rpmbuild/' deploy/rpmbuild/SPECS/nasp.spec

.PHONY: run
run: ## Run the binary
sudo build/nasp agent --policies-path ./nasp.d/policies/ --services-path ./nasp.d/services/

0 comments on commit a20d222

Please sign in to comment.