Minor build system updates

This commit is contained in:
Laurence Withers 2015-06-12 11:13:18 +01:00
parent 3790125875
commit 444bbe3642
2 changed files with 2 additions and 3 deletions

4
README
View File

@ -1,10 +1,10 @@
leaptable-compiler leaptable-compiler
======================================================================== ========================================================================
Copyright: ©20092012, Laurence Withers Copyright: ©20092015, 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
------------------------- -------------------------

View File

@ -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