Skip to content

Commit

Permalink
Change the order of json files
Browse files Browse the repository at this point in the history
  • Loading branch information
nana4gonta committed Dec 30, 2015
1 parent 402fc8a commit b7e02ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
keybindings:=$(wildcard keybindings/*.json)
keybindings:=keybindings/cursors.json keybindings/cancel.json keybindings/editor.json
keybindings+=keybindings/kill_delete.json keybindings/pallete_widget.json keybindings/query_replase.json
keybindings+=keybindings/undo.json

all: build-windows build-linux build-osx

Expand Down

0 comments on commit b7e02ca

Please sign in to comment.