packet: move some common code out of wrapper.c and util.c
This commit is contained in:
@@ -9,7 +9,9 @@ all: wrapper unwrapper
|
||||
|
||||
rlocs.o: util.o
|
||||
|
||||
wrapper: util.o rlocs.o
|
||||
packet.o: util.o
|
||||
|
||||
wrapper: util.o rlocs.o packet.o
|
||||
|
||||
clean:
|
||||
rm -f wrapper unwrapper *.o
|
||||
|
Reference in New Issue
Block a user