alignment

This commit is contained in:
IOhannes m zmölnig 2022-03-21 09:24:08 +01:00
parent 85077f6c08
commit fe0da7ddd6

View file

@ -5,12 +5,13 @@ lib.name = comport
class.sources = comport.c class.sources = comport.c
datafiles = \ datafiles = \
comport-help.pd \ comport-help.pd \
comport-meta.pd \ comport-meta.pd \
comport-stress-test.pd \ comport-stress-test.pd \
CHANGES.txt \ CHANGES.txt \
LICENSE.txt \ LICENSE.txt \
README.txt README.txt \
$(empty)
# This Makefile is based on the Makefile from pd-lib-builder written by # This Makefile is based on the Makefile from pd-lib-builder written by
# Katja Vetter. You can get it from: # Katja Vetter. You can get it from: