Correct CFLAGS path int Makefile

Signed-off-by: Ben Taylor <[email protected]>
This commit is contained in:
Ben Taylor
2025-06-30 11:31:36 +01:00
parent 56d54c6349
commit d9fc98a569
+1 -1
View File
@@ -11,7 +11,7 @@ ifdef FUZZINGENGINE
LOCAL_LDFLAGS += -lFuzzingEngine
endif
LOCAL_CFLAGS += -I$(PROGRAM_FUZZ_PATH)/fuzz/
LOCAL_CFLAGS += -I$(PROGRAM_FUZZ_PATH)
# A test application is built for each fuzz_*.c file.
APPS = $(basename $(wildcard fuzz_*.c))