From 96b4d0cea5045770e2343908c40cbfc6ebb4ac1e Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Thu, 11 Jul 2013 15:11:56 +0200 Subject: build: refactor tool specific flags into /Makefile To get the normal Makefile a bit cleaner, push the tool specific build options into /Makefile. Signed-off-by: Daniel Borkmann --- astraceroute/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'astraceroute/Makefile') diff --git a/astraceroute/Makefile b/astraceroute/Makefile index 8f9f518..8c5e7fe 100644 --- a/astraceroute/Makefile +++ b/astraceroute/Makefile @@ -16,3 +16,5 @@ astraceroute-objs = xmalloc.o \ ring_rx.o \ ring.o \ astraceroute.o + +astraceroute-eflags = -- cgit v1.2.3-54-g00ecf