Change target name to think about multiple fuzzers.

This commit is contained in:
Ian Gulliver
2016-03-02 12:48:29 -08:00
parent eae1924c5c
commit b5799e5489

View File

@@ -30,7 +30,7 @@ adsb.pb-c.c: ../proto/adsb.proto
adsbus: adsbus.o $(OBJ_TRANSPORT) $(OBJ_FLOW) $(OBJ_PROTOCOL) $(OBJ_UTIL) $(OBJ_PROTO)
$(COMP) $(LDFLAGS) -o adsbus adsbus.o $(OBJ_TRANSPORT) $(OBJ_FLOW) $(OBJ_PROTOCOL) $(OBJ_UTIL) $(OBJ_PROTO) $(LIBS)
fuzz:
afl-fuzz:
rm -rf findings
mkdir findings
$(MAKE) clean