Skip to content

Commit

Permalink
Patched updated commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jgfranco17 committed Jul 9, 2023
1 parent 3f7ab37 commit 6a1da74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ setup: ## Execute installation.
@echo "Project setup complete!"

.PHONY: run-live
run: ## Launch app in live mode.
run-live: ## Launch app in live mode.
@echo "Running live capture..."
@python3 app.py live --camera 0 --style inferno

.PHONY: run-standard
run: ## Launch app in standard mode.
run-standard: ## Launch app in standard mode.
@echo "Running standard capture..."
@python3 app.py standard --camera 0 --style inferno

Expand Down

0 comments on commit 6a1da74

Please sign in to comment.