mirror of
https://github.com/EnumeratedDev/bpm.git
synced 2026-09-16 10:36:12 +00:00
Split project into the BPM frontend (src/bpm) and the BPM backend module (src/bpmlib)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user