diff options
Diffstat (limited to 'users/ibnuda/rules.mk')
| -rw-r--r-- | users/ibnuda/rules.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/users/ibnuda/rules.mk b/users/ibnuda/rules.mk index 1cf315ebe..c4b096c4a 100644 --- a/users/ibnuda/rules.mk +++ b/users/ibnuda/rules.mk | |||
| @@ -1,14 +1,8 @@ | |||
| 1 | COMBO_ENABLE = yes | 1 | COMBO_ENABLE = yes |
| 2 | COMMAND_ENABLE = yes | ||
| 3 | CONSOLE_ENABLE = yes | 2 | CONSOLE_ENABLE = yes |
| 4 | TAP_DANCE_ENABLE = yes | ||
| 5 | 3 | ||
| 6 | SRC += ibnuda.c | 4 | SRC += ibnuda.c |
| 7 | 5 | ||
| 8 | ifeq ($(strip $(TAP_DANCE_ENABLE)), yes) | ||
| 9 | SRC += tapdance.c | ||
| 10 | endif | ||
| 11 | |||
| 12 | ifeq ($(strip $(COMBO_ENABLE)), yes) | 6 | ifeq ($(strip $(COMBO_ENABLE)), yes) |
| 13 | SRC += combo.c | 7 | SRC += combo.c |
| 14 | endif | 8 | endif |
