소스 검색

update Makefile

leon 3 주 전
부모
커밋
c1eb4d556d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -18,6 +18,7 @@ help:
 	@echo ""
 	@echo "make start      Start server"
 	@echo "make status     Check server status"
+	@echo "make debug      Execute python3 infer.py"
 	@echo "make log        Print log"
 	@echo "make help       Show this help message"
 	@echo ""