summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2018-09-27 21:03:07 +0200
committerfalkTX <falktx@gmail.com>2018-09-27 21:03:07 +0200
commitdd1e050ad0ba751be373cbe27c89ee3b2052f9b2 (patch)
treed8241a487aa50c02b73bd2091271e64b657e148a /Makefile
parent95895d9b5dc193fe45904bf6c7ff8a77ba89406f (diff)
Simplify makefiles, use rules directly from dpf
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3220651..274d0ec 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ VERSION = $(shell cat .version)
PLUGINS=ZamComp ZamCompX2 ZaMultiComp ZamTube ZamEQ2 ZamAutoSat ZamGEQ31 ZaMultiCompX2 ZamGate ZamGateX2 ZamHeadX2 ZaMaximX2 ZamDelay ZamDynamicEQ ZamPhono ZamVerb ZamGrains
-include Makefile.mk
+include dpf/Makefile.base.mk
# --------------------------------------------------------------