aboutsummaryrefslogtreecommitdiffstats
path: root/users/miles2go/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'users/miles2go/rules.mk')
-rw-r--r--users/miles2go/rules.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/users/miles2go/rules.mk b/users/miles2go/rules.mk
new file mode 100644
index 000000000..7fb771952
--- /dev/null
+++ b/users/miles2go/rules.mk
@@ -0,0 +1,10 @@
+SRC += milestogo.c babblePaste.c babl_windows.c babl_mac.c babl_vi.c babl_readmux.c babl_chromeos.c babl_emacs.c babl_linux.c
+LTO_ENABLE = yes
+
+ifeq ($(strip $(MACROS_ENABLED)), yes)
+ OPT_DEFS += -DMACROS_ENABLED
+endif
+
+ifeq ($(strip $(USE_BABBLEPASTE)), yes)
+ SRC += babblePaste.c
+endif