diff options
author | tmk <nobody@nowhere> | 2013-02-04 22:53:45 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-02-04 22:53:45 +0900 |
commit | aad91a30a34d61739e1261bb82a1cb1ace581afa (patch) | |
tree | a8d265120be758e1ac496ad46e1b95a58c8481c7 /common.mk | |
parent | 1d7962ba8a20323dc13cc913381608e117afaeb4 (diff) |
Add macro feature.
Diffstat (limited to 'common.mk')
-rw-r--r-- | common.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ COMMON_DIR = common SRC += $(COMMON_DIR)/host.c \ $(COMMON_DIR)/keyboard.c \ $(COMMON_DIR)/action.c \ + $(COMMON_DIR)/action_macro.c \ $(COMMON_DIR)/keymap.c \ $(COMMON_DIR)/command.c \ $(COMMON_DIR)/timer.c \ |