diff options
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/ |