summaryrefslogtreecommitdiff
path: root/users/ridingqwerty/rules.mk
blob: 9c384674480681758ed25c483484535f17ea4782 (plain)
1
2
3
4
5
6
7
8
#LEADER_ENABLE = yes

SRC += ridingqwerty.c \
       process_records.c

ifneq ("$(wildcard $(USER_PATH)/secrets.c)","")
  SRC += secrets.c
endif