소스 검색

Makefile for run parsers

ChCalvoLeon 4 달 전
부모
커밋
72719ff8d5
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      Makefile

+ 9 - 0
Makefile 파일 보기

@@ -0,0 +1,9 @@
1
+.PHONY: run-diario
2
+
3
+run-diario:
4
+	docker exec -it liciagbar_web php index.php Parser
5
+
6
+.PHONY: run-completo
7
+
8
+run-completo:
9
+	docker exec -it liciagbar_web php index.php ParserCompleto