corrected futile typo in comment
This commit is contained in:
parent
9c7e501266
commit
3906a92933
2 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@
|
||||||
#
|
#
|
||||||
# class.sources = myclass1.c myclass2.c
|
# class.sources = myclass1.c myclass2.c
|
||||||
#
|
#
|
||||||
# datafiles = myclass1-help.pd myclass2-help.pd README.txt LICENCE.txt
|
# datafiles = myclass1-help.pd myclass2-help.pd README.txt LICENSE.txt
|
||||||
#
|
#
|
||||||
# include Makefile.pdlibbuilder
|
# include Makefile.pdlibbuilder
|
||||||
# ________________________________________________________________________
|
# ________________________________________________________________________
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ Makefile.pdlibbuilder at the end of the Makefile. Like so:
|
||||||
|
|
||||||
class.sources = myclass1.c myclass2.c
|
class.sources = myclass1.c myclass2.c
|
||||||
|
|
||||||
datafiles = myclass1-help.pd myclass2-help.pd README.txt LICENCE.txt
|
datafiles = myclass1-help.pd myclass2-help.pd README.txt LICENSE.txt
|
||||||
|
|
||||||
include Makefile.pdlibbuilder
|
include Makefile.pdlibbuilder
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue