Don't clobber override.mk when building German

This commit is contained in:
PikalaxALT 2021-06-24 14:33:57 -04:00
parent 10ae28cd36
commit 57f52e8fae
3 changed files with 4 additions and 2 deletions

View File

@ -1 +1 @@
git checkout override.mk data/ graphics
git checkout data/ graphics

View File

@ -1,3 +1,2 @@
cp override-de.mk override.mk
rsync -avhI data-de/ data/
rsync -avhI graphics-de/ graphics/

View File

@ -0,0 +1,3 @@
ifeq ($(GAME_LANGUAGE),GERMAN)
include override-de.mk
endif