Diff

util-src/GNUmakefile @ 9561:cfc7b2f7251e

util.xpcall, util.compat: Add non-hacky multi-argument xpcall() for Lua 5.1
author Matthew Wild <mwild1@gmail.com>
date Fri, 26 Oct 2018 19:29:08 +0100
parent 9313:b95ef295c66d
child 11009:74ef9f2334f3
child 11163:37a6a535343e
line wrap: on
line diff
--- a/util-src/GNUmakefile	Fri Oct 26 19:09:02 2018 +0100
+++ b/util-src/GNUmakefile	Fri Oct 26 19:29:08 2018 +0100
@@ -6,7 +6,8 @@
 INSTALL_DATA=install -m644
 TARGET?=../util/
 
-ALL=encodings.so hashes.so net.so pposix.so signal.so table.so ringbuffer.so time.so poll.so
+ALL=encodings.so hashes.so net.so pposix.so signal.so table.so \
+    ringbuffer.so time.so poll.so compat.so
 
 ifdef RANDOM
 ALL+=crand.so