Browse Source

adding code

Timothy Pomeroy 4 days ago
parent
commit
b53fdbbdaf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -12,7 +12,7 @@ all: build
 .PHONY: build
 .PHONY: build
 build:
 build:
 	@echo "Building $(SO_FILE)..."
 	@echo "Building $(SO_FILE)..."
-	go build -buildmode=plugin -o $(SO_FILE) $(GO_FILES)
+	go build -buildmode=plugin -o $(SO_FILE) .
 	@echo "Done → $(SO_FILE)"
 	@echo "Done → $(SO_FILE)"
 
 
 # Download / tidy dependencies
 # Download / tidy dependencies