From 89aef4b7b817883627e1eb95212890b2d69b628a Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 30 Aug 2017 15:55:28 +0200 Subject: makefile style fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1232fee..110d348 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ CFLAGS += -Wall CVETEST := cve-2016-3712 PCITEST := cve-2017-2615 cve-2017-2620 USBTEST := cve-2017-5898 -RAWTEST := boot-cve-2017-13672.raw boot-cve-2017-13673.raw +RAWTEST := boot-cve-2017-13672.raw boot-cve-2017-13673.raw TARGETS := $(CVETEST) $(PCITEST) $(USBTEST) $(RAWTEST) DEPENDS := libpci libusb-1.0 -- cgit