diff options
Diffstat (limited to 'abstractions')
-rw-r--r-- | abstractions/Makefile | 8 | ||||
-rw-r--r-- | abstractions/TODO | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/abstractions/Makefile b/abstractions/Makefile index af32e0ec..a4f5b8c8 100644 --- a/abstractions/Makefile +++ b/abstractions/Makefile @@ -23,9 +23,11 @@ include $(BUILDLAYOUT_DIR)/Makefile.buildlayout #==============================================================================#
# if your library isn't included in LIB_TARGETS, it won't be built with
-# Pd-extended.
-LIB_TARGETS = gyre keyboardkeys la-kitchen list-abs memento \
-nusmuk nqpoly parazit pddp pixeltango purepd rradical
+# Pd-extended.
+#
+# WARNING! this MUST be all on one line because the automatic package
+# building scripts rely on it being that way.
+LIB_TARGETS = gyre keyboardkeys la-kitchen list-abs memento nusmuk nqpoly parazit pddp pixeltango purepd rradical
# in case anything needs to be compiled or processed somehow before installing
all:
diff --git a/abstractions/TODO b/abstractions/TODO index 8b137891..66c25dee 100644 --- a/abstractions/TODO +++ b/abstractions/TODO @@ -1 +1,5 @@ +- fix up Makefile to use auto _install and _clean target generation, like in + externals/Makefile + + |