diff options
Diffstat (limited to 'users/billypython/rules.mk')
| -rw-r--r-- | users/billypython/rules.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/users/billypython/rules.mk b/users/billypython/rules.mk new file mode 100644 index 000000000..915323b49 --- /dev/null +++ b/users/billypython/rules.mk | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | SRC += billypython.c | ||
| 2 | ifeq ($(strip $(TAP_DANCE_ENABLE)), yes) | ||
| 3 | SRC += tap_dance.c | ||
| 4 | endif | ||
| 5 | |||
| 6 | EXTRAFLAGS += -flto | ||
