Skip to content

Commit

Permalink
Missing LFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreRenaud committed Sep 27, 2023
1 parent 7cf4e88 commit ebcfb9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $(TESTPROG): pdfgen$(O_SUFFIX) tests/main$(O_SUFFIX) tests/penguin$(O_SUFFIX) te
$(CC) $(CFLAGS_EXE) $@ pdfgen$(O_SUFFIX) tests/main$(O_SUFFIX) tests/penguin$(O_SUFFIX) tests/rgb$(O_SUFFIX) $(LFLAGS)

tests/massive-file$(EXE_SUFFIX): tests/massive-file.c pdfgen.c
$(CC) -I. -g -o $@ tests/massive-file.c pdfgen.c
$(CC) -I. -g -o $@ tests/massive-file.c pdfgen.c $(LFLAGS)

tests/fuzz-dstr: tests/fuzz-dstr.c pdfgen.c
$(CLANG) -I. -g -o $@ $< -fsanitize=fuzzer,address,undefined,integer
Expand Down

0 comments on commit ebcfb9c

Please sign in to comment.