From e0103d1884049ce450656a48c8ed7c59750a4162 Mon Sep 17 00:00:00 2001 From: Benson Wong Date: Fri, 4 Oct 2024 12:14:10 -0700 Subject: [PATCH] build simple-responder with make all --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e59f21c..ad94000 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ APP_NAME = llamagate BUILD_DIR = build # Default target: Builds binaries for both OSX and Linux -all: mac linux +all: mac linux simple-responder # Clean build directory clean: