new Makefile based on pd-lib-builder

This commit is contained in:
Roman Haefeli 2017-02-27 22:08:38 +01:00
parent 27b55142f2
commit 33242e1839

19
Makefile Normal file
View file

@ -0,0 +1,19 @@
# Makefile for iemnet
lib.name = comport
class.sources = comport.c
datafiles = \
comport-help.pd \
comport-meta.pd \
comport-stress-test.pd \
CHANGES.txt \
LICENSE.txt \
README.txt
# This Makefile is based on the Makefile from pd-lib-builder written by
# Katja Vetter. You can get it from:
# https://github.com/pure-data/pd-lib-builder
include pd-lib-builder/Makefile.pdlibbuilder