Userspace connection + proxy working

This commit is contained in:
Owen Schwartz
2024-11-03 16:34:23 -05:00
parent c572ae0e36
commit 236f5acfc7
11 changed files with 381 additions and 0 deletions

8
Makefile Normal file
View File

@@ -0,0 +1,8 @@
# Description: Makefile for building the project
BINARY_NAME=newt
ll: build
build:
go build -o bin/$(BINARY_NAME) -v