Skip to content

Commit

Permalink
Update makefile deprecated -j flag to -o=json flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafa-kaya committed Feb 7, 2022
1 parent b8ef95a commit d226a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mac_v3/makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
compile:
yq eval capslock.yml -j > capslock.json
yq eval capslock.yml -o=json > capslock.json

install: compile
mkdir -p $$HOME/.config/karabiner/assets/complex_modifications/
Expand Down

0 comments on commit d226a87

Please sign in to comment.