Added Makefile and changed module name

This commit is contained in:
CapCreeperGR
2024-07-10 09:48:42 +03:00
parent f9ef17cd66
commit e445863dca
5 changed files with 54 additions and 11 deletions
+2 -2
View File
@@ -2,9 +2,9 @@ package main
import (
"bufio"
"capcreepergr.me/bpm/bpm_utils"
"flag"
"fmt"
"gitlab.com/bubble-package-manager/bpm/bpm_utils"
"log"
"os"
"path/filepath"
@@ -17,7 +17,7 @@ import (
/* A simple-to-use package manager */
/* ---------------------------------- */
var bpmVer = "0.3.1"
var bpmVer = "0.3.2"
var subcommand = "help"
var subcommandArgs []string