nekobi-reworked/plugins/Nekobi/Makefile

28 lines
585 B
Makefile

#!/usr/bin/make -f
# Makefile for DISTRHO Plugins #
# ---------------------------- #
# Created by falkTX
#
# --------------------------------------------------------------
# Project name, used for binaries
NAME = Nekobi
# --------------------------------------------------------------
# Files to build
OBJS_DSP = \
DistrhoPluginNekobi.cpp.o
OBJS_UI = \
DistrhoArtworkNekobi.cpp.o \
DistrhoUINekobi.cpp.o
# --------------------------------------------------------------
# Do some magic
include ../Makefile.mk
# --------------------------------------------------------------