Skip to content

Commit

Permalink
Merge pull request #40 from mustafa-kaya/master
Browse files Browse the repository at this point in the history
Update makefile deprecated -j flag to -o=json flag
  • Loading branch information
Vonng authored Feb 10, 2022
2 parents b8ef95a + d226a87 commit bd2643c
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 bd2643c

Please sign in to comment.