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 0000000000..915323b499 --- /dev/null +++ b/users/billypython/rules.mk @@ -0,0 +1,6 @@ +SRC += billypython.c +ifeq ($(strip $(TAP_DANCE_ENABLE)), yes) + SRC += tap_dance.c +endif + +EXTRAFLAGS += -flto |