Minor build system updates
This commit is contained in:
parent
3790125875
commit
444bbe3642
4
README
4
README
|
@ -1,10 +1,10 @@
|
||||||
leaptable-compiler
|
leaptable-compiler
|
||||||
========================================================================
|
========================================================================
|
||||||
Copyright: ©2009–2012, Laurence Withers
|
Copyright: ©2009–2015, Laurence Withers
|
||||||
Author: Laurence Withers <l@lwithers.me.uk>
|
Author: Laurence Withers <l@lwithers.me.uk>
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
|
|
||||||
See file COPYING for detail license information.
|
See file COPYING for detailed license information.
|
||||||
|
|
||||||
Really Quick Instructions
|
Really Quick Instructions
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
|
@ -11,7 +11,6 @@ then
|
||||||
make_monolithic ${SRC} C || return 1
|
make_monolithic ${SRC} C || return 1
|
||||||
|
|
||||||
leaptable_compiler_MONOLITHIC=1
|
leaptable_compiler_MONOLITHIC=1
|
||||||
MONOLITHIC_DOC="${MONOLITHIC_DOC} ${SRC}"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# vim: syntax=sh:expandtab:ts=4:sw=4
|
# vim: syntax=sh:expandtab:ts=4:sw=4
|
||||||
|
|
Loading…
Reference in New Issue