Skip to content

Commit 8f11949

Browse files
authored
makefile: update recipe for updating source repositories
1 parent a443c3d commit 8f11949

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ reset-psql:
66
docker compose up
77

88
update-db:
9-
cd database && git pull
10-
cd gba-database && git pull
9+
cd db-sources/database-gb && git pull
10+
cd db-sources/database-gba && git pull
11+
cd db-sources/database-nes && git pull
1112

1213
sync-db:
1314
docker exec hh_api python manage.py runscript sync_db

0 commit comments

Comments
 (0)