First pass at fragmenting
This commit is contained in:
@@ -4,15 +4,13 @@ LDFLAGS := $(LDFLAGS) -ljson-c -lssl -lcrypto
|
||||
|
||||
.PHONY: clean
|
||||
|
||||
all: wrapper unwrapper hide-eid
|
||||
all: hide-eid
|
||||
|
||||
rlocs.o: util.o
|
||||
|
||||
packet.o: util.o
|
||||
|
||||
wrapper: util.o rlocs.o packet.o
|
||||
unwrapper: util.o rlocs.o packet.o
|
||||
hide-eid: util.o rlocs.o packet.o
|
||||
|
||||
clean:
|
||||
rm -f hide-eid wrapper unwrapper *.o
|
||||
rm -f hide-eid *.o
|
||||
|
Reference in New Issue
Block a user