new Makefile based on pd-lib-builder
This commit is contained in:
parent
27b55142f2
commit
33242e1839
1 changed files with 19 additions and 0 deletions
19
Makefile
Normal file
19
Makefile
Normal 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
|
||||
Loading…
Reference in a new issue