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