From cd46cefdd74b9ad0b225706f4d4b5864e87d97d6 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 24 Apr 2021 22:44:13 +0200 Subject: Started syscall fuzzer --- apps/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/test/Makefile') diff --git a/apps/test/Makefile b/apps/test/Makefile index 2b4a33b..78a913d 100644 --- a/apps/test/Makefile +++ b/apps/test/Makefile @@ -1,6 +1,6 @@ # MIT License, Copyright (c) 2021 Marvin Borner -OBJS = test.o +OBJS = test.o fuzz.o all: $(OBJS) @mkdir -p $(BUILD)/apps/test/ -- cgit v1.2.3