build simple-responder with make all

This commit is contained in:
Benson Wong
2024-10-04 12:14:10 -07:00
parent d682589fb1
commit e0103d1884

View File

@@ -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: