20 lines
413 B
Makefile
20 lines
413 B
Makefile
# 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
|