Skip to content

Commit

Permalink
Set some defaults in the Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
eddieantonio committed Nov 13, 2019
1 parent 899d6d6 commit 520eee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/nrc/nrc_crk_cans/extras/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ KEYBOARD_NAME = nrc_crk_cans
TOUCH_LAYOUT = $(OUTDIR)/$(KEYBOARD_NAME).keyman-touch-layout
KMN = $(OUTDIR)/$(KEYBOARD_NAME).kmn

KMN_OPTIONS =
LAYOUT_OPTIONS =
KMN_OPTIONS := $(or $(KMN_OPTIONS), --without-css --without-vowel-hack)
LAYOUT_OPTIONS := $(or $(LAYOUT_OPTIONS), --without-latin)

# Assuming that we're in extras/
# we should place the touch layout and keyboard code in source/
Expand Down

0 comments on commit 520eee8

Please sign in to comment.