aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8ddc10c..f25a5e8 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,14 @@ $(PRODUCT): $(OBJECTS) | build
build:
mkdir -p build
+
+.PHONY: genstrings
+genstrings: Base.lproj/Localizable.strings
+
+Base.lproj/Localizable.strings: $(SOURCES)
+ genstrings -o Base.lproj $^
+
+
.PHONY: clean
clean:
rm $(OBJECTS)