adding local makefile changes

f13
Ryan Prince 2013-04-08 00:49:59 -07:00
parent f2d650b996
commit d88b55a6d9
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ all: $(TARGET).hex $(TARGET).eep
clean:
@echo
@echo --- cleaning ---
git clean -dX # remove ignored files and directories
git clean -dXf # remove ignored files and directories
# -----------------------------------------------------------------------------

View File

@ -9,7 +9,7 @@
TARGET := firmware # the name we want for our program binary
KEYBOARD := ergodox # keyboard model; see "src/keyboard" for what's available
LAYOUT := qwerty-kinesis-mod # keyboard layout
LAYOUT := colemak-jc-mod # keyboard layout
# see "src/keyboard/*/layout" for what's
# available