1
0
Fork 0

Rules for compiling and linking google test

This commit is contained in:
Fred Sundvik 2016-08-22 09:16:08 +03:00
parent 27a673f5cf
commit 8a9aac6e32
4 changed files with 81 additions and 12 deletions

View file

@ -204,6 +204,14 @@ $(KEYBOARD_OUTPUT)_DEFS := $(PROJECT_DEFS)
$(KEYBOARD_OUTPUT)_INC := $(PROJECT_INC)
$(KEYBOARD_OUTPUT)_CONFIG := $(PROJECT_CONFIG)
# Default target.
all: build sizeafter
# Change the build target to build a HEX file or a library.
build: elf hex
#build: elf hex eep lss sym
#build: lib
include $(TMK_PATH)/rules.mk