Skip to content

Commit

Permalink
Fix: compile on fresh checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmaranan committed Sep 18, 2023
1 parent 60f8cb6 commit 11dbbb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ debug:

potfile: ./po/forge.pot

./po/forge.pot: ./prefs.js ./extension.js ./lib/**/*.js
./po/forge.pot: metadata ./prefs.js ./extension.js ./lib/**/*.js
mkdir -p po
xgettext --from-code=UTF-8 --output=po/forge.pot --package-name "Forge" ./prefs.js ./extension.js ./lib/**/*.js

Expand Down

0 comments on commit 11dbbb2

Please sign in to comment.