Diff

util-src/Makefile @ 7117:2b4432cc9c29

Add util.ringbuffer, a ringbuffer with a file handle like interface
author Kim Alvefur <zash@zash.se>
date Tue, 02 Feb 2016 20:24:27 +0100
parent 6886:27f5a76e3fa5
child 7187:3d2c2f0809ee
line wrap: on
line diff
--- a/util-src/Makefile	Mon Feb 01 21:26:15 2016 +0000
+++ b/util-src/Makefile	Tue Feb 02 20:24:27 2016 +0100
@@ -1,12 +1,12 @@
 
 include ../config.unix
 
-CFLAGS+=-ggdb -I$(LUA_INCDIR)
+CFLAGS+=-ggdb -Wall -pedantic -I$(LUA_INCDIR)
 
 INSTALL_DATA=install -m644
 TARGET?=../util/
 
-ALL=encodings.so hashes.so net.so pposix.so signal.so table.so
+ALL=encodings.so hashes.so net.so pposix.so signal.so table.so ringbuffer.so
 
 .PHONY: all install clean
 .SUFFIXES: .c .o .so