alignment
This commit is contained in:
parent
85077f6c08
commit
fe0da7ddd6
1 changed files with 5 additions and 4 deletions
9
Makefile
9
Makefile
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue