diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..d727108 --- /dev/null +++ b/Makefile @@ -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