Split project into the BPM frontend (src/bpm) and the BPM backend module (src/bpmlib)

This commit is contained in:
2025-04-07 17:06:40 +03:00
parent 97de746a7d
commit fcb2ef1515
14 changed files with 93 additions and 77 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ endif
build:
mkdir -p build
cd src; $(GO) build -ldflags "-w" -o ../build/bpm gitlab.com/bubble-package-manager/bpm
cd src/bpm; $(GO) build -ldflags "-w" -o ../../build/bpm gitlab.com/bubble-package-manager/bpm
install: build/bpm config/
mkdir -p $(DESTDIR)$(BINDIR)