Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix localise make target.
  • Loading branch information
stuconnolly committed Oct 20, 2018
1 parent f64cbb7 commit 05c34c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -21,5 +21,5 @@ clean:
xcodebuild -project sequel-pro.xcodeproj -scheme "Sequel Pro" -configuration "$(BUILD_CONFIG)" $(OPTIONS) clean

localize:
xcodebuild -project sequel-pro.xcodeproj -scheme "Sequel Pro" -configuration "$(BUILD_CONFIG)" $(OPTIONS) -target Localize
xcodebuild -project sequel-pro.xcodeproj -scheme "Localize" -configuration "$(BUILD_CONFIG)" $(OPTIONS)

0 comments on commit 05c34c4

Please sign in to comment.