comport/Makefile
IOhannes m zmölnig fe0da7ddd6 alignment
2022-03-21 09:24:08 +01:00

22 lines
442 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 \
$(empty)
# 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
PDLIBBUILDER_DIR=pd-lib-builder/
include $(PDLIBBUILDER_DIR)/Makefile.pdlibbuilder