Comparison

util-src/Makefile @ 7612:6ae8dae68ec4

util-src/Makefile: Remove redundant -Wall (already set by configure)
author Kim Alvefur <zash@zash.se>
date Fri, 19 Aug 2016 15:58:07 +0200
parent 7187:3d2c2f0809ee
child 7613:1169097e0ef8
comparison
equal deleted inserted replaced
7611:0231b50ec959 7612:6ae8dae68ec4
1 1
2 include ../config.unix 2 include ../config.unix
3 3
4 CFLAGS+=-ggdb -Wall -pedantic -I$(LUA_INCDIR) 4 CFLAGS+=-ggdb -pedantic -I$(LUA_INCDIR)
5 5
6 INSTALL_DATA=install -m644 6 INSTALL_DATA=install -m644
7 TARGET?=../util/ 7 TARGET?=../util/
8 8
9 ALL=encodings.so hashes.so net.so pposix.so signal.so table.so ringbuffer.so 9 ALL=encodings.so hashes.so net.so pposix.so signal.so table.so ringbuffer.so