summaryrefslogtreecommitdiffstats
path: root/users/txkyel/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'users/txkyel/rules.mk')
-rw-r--r--users/txkyel/rules.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/users/txkyel/rules.mk b/users/txkyel/rules.mk
new file mode 100644
index 0000000000..f7b729c83c
--- /dev/null
+++ b/users/txkyel/rules.mk
@@ -0,0 +1,5 @@
+SRC += txkyel.c
+
+ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
+ SRC += tap_dance.c
+endif