소스 검색

Fixing make target dependencies

Blallo 5 년 전
부모
커밋
a5eb61897a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -4,7 +4,7 @@ update:
 fix-permissions:
 	chmod -R 777 tt-rss/feed-icons/ tt-rss/cache/ tt-rss/lock/
 
-build:
+build: fix-permissions
 	docker-compose build
 
 run: