summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2019-07-14 23:42:54 +0200
committernorly <ny-git@enpas.org>2019-07-14 23:43:35 +0200
commit3019338ae9ed53fc41020535e2f0fc36dec42603 (patch)
tree1ad99173586169833779c2392b5e3bda92502928 /Makefile
parentb754222ce45b041a96137d65c793efa7d19d0950 (diff)
lookup: Clean up code a bitHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 960fcd7..0dd478f 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ lookuptools: $(BINDIR)/lookup-incoming
$(BINDIR)/lookup-incoming: $(SRCDIR)/lookup-incoming.c
mkdir -p $(BINDIR)
- $(GCC) -o $@ $<
+ $(GCC) -Wall -o $@ $<