Skip to content

Commit 4ea63af

Browse files
authored
Merge branch 'OpenPrinting:main' into final-report-gsoc-mdimado
2 parents 4bc13c7 + 98713e5 commit 4ea63af

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

projects/cups-filters/fuzzer/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ clean:
2626
pdfutils.o:
2727
$(CC) $(CFLAGS) $(INCDIR) -c -o pdfutils.o ../filter/pdfutils.c
2828

29-
fuzz_pdf: pdfutils.o
30-
$(CC) $(CFLAGS) $(INCDIR) $(BUILD_FLAGS) -c -o fuzz_pdf.o fuzz_pdf.c
31-
$(CXX) $(CFLAGS) $(LIBDIR) $(LIB_FUZZING_ENGINE) -o fuzz_pdf fuzz_pdf.o pdfutils.o $(LINK_FLAGS)
29+
$(TARGETS): pdfutils.o
30+
$(CC) $(CFLAGS) $(INCDIR) $(BUILD_FLAGS) -c -o $@.o $@.c
31+
$(CXX) $(CFLAGS) $(LIBDIR) $(LIB_FUZZING_ENGINE) $(LINK_FLAGS) -o $@ $@.o pdfutils.o $(LINK_FLAGS)
3232

3333
ossfuzz:
3434
cp $(TARGETS) $(OUT)
346 Bytes
Binary file not shown.
332 Bytes
Binary file not shown.
591 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)