Commit fa11a2ac authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

Restructure repo and rework Makefiles with proper dependency tracking

parent bc9b2e09
include mk/subdir_pre.mk
bin_net_wire := $(d)net_wire
OBJS := $(d)net_wire.o
$(OBJS): CPPFLAGS := $(CPPFLAGS) -I$(d)include/ -I$(lib_proto_inc) \
-I$(lib_netsim_inc)
$(bin_net_wire): $(OBJS) $(lib_netsim) -lpcap
CLEAN := $(bin_net_wire) $(OBJS)
ALL := $(bin_net_wire)
include mk/subdir_post.mk
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment