diff options
author | Marvin Borner | 2021-04-24 22:44:13 +0200 |
---|---|---|
committer | Marvin Borner | 2021-04-24 22:44:13 +0200 |
commit | cd46cefdd74b9ad0b225706f4d4b5864e87d97d6 (patch) | |
tree | bb52639e3b75d346447ddb6a709a875a099a190f /apps/test/Makefile | |
parent | 5c708d6c25321a2ea7a985e6f9f8b2a5ed84c74f (diff) |
Started syscall fuzzer
Diffstat (limited to 'apps/test/Makefile')
-rw-r--r-- | apps/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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/ |