Skip to content

Commit

Permalink
Build context subsystem (#13)
Browse files Browse the repository at this point in the history
* Refactoring

* Refactoring command.go

* renaming mod, adding version support

* Add copyright notice

* Updating text

* Working on contexts

* reworking

* reworking some more

* ported to use project context, got away from pointer hell

* fixing makefile

* removing espresso executable
  • Loading branch information
hlafaille authored Oct 11, 2024
1 parent 5f3097b commit 25816e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
ESPRESSO_DEBUG/
v0
v0
espresso
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
build:
go build -ldflags="-X kerosenelabs.com/espresso/core/service.CommitSha=$(shell git rev-parse HEAD) -X kerosenelabs.com/espresso/core/service.Version=$(VERSION)"
CGO_ENABLED=0 go build -ldflags="-X kerosenelabs.com/espresso/core/service.CommitSha=$(shell git rev-parse HEAD) -X kerosenelabs.com/espresso/core/service.Version=$(VERSION)"

install:
sudo mv espresso /usr/local/bin

0 comments on commit 25816e9

Please sign in to comment.