Bump to version 0.2.2 after removal of 'pre' target
Also remove associated documentation comments.
This commit is contained in:
parent
d94538e1bb
commit
c989c8e0b0
1 changed files with 2 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# Makefile.pdlibbuilder version 0.2.1, dated 2015-12-27
|
# Makefile.pdlibbuilder version 0.2.2, dated 2016-03-28
|
||||||
#
|
#
|
||||||
# Helper makefile for Pure Data external libraries.
|
# Helper makefile for Pure Data external libraries.
|
||||||
# Written by Katja Vetter March-June 2015 for the public domain. No warranties.
|
# Written by Katja Vetter March-June 2015 for the public domain. No warranties.
|
||||||
|
|
@ -250,8 +250,7 @@
|
||||||
#=== targets ===================================================================
|
#=== targets ===================================================================
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# all: build $(executables) plus optional pre and post targets
|
# all: build $(executables) plus optional post target
|
||||||
# pre: target to build before $(executables)
|
|
||||||
# post: target to build after $(executables)
|
# post: target to build after $(executables)
|
||||||
# alldebug: build all with -g option turned on for debug symbols
|
# alldebug: build all with -g option turned on for debug symbols
|
||||||
# <classname>: force clean build of an individual class
|
# <classname>: force clean build of an individual class
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue