chore: update

This commit is contained in:
Nugraha 2022-12-02 23:34:26 +07:00
parent 35424ceb94
commit bcf082d2cf
Signed by: ii64
GPG key ID: E41C08AD390E7C49
2 changed files with 6774 additions and 6755 deletions

View file

@ -5,6 +5,8 @@ include Makefile.autogen
# use zig cc/c++ to statically link deps
TARGET_TRIPLE := x86_64-linux
IMAGE := infra-ctl-registry.obj.my.id/study-dumps/wpw-final:dev
CFLAGS ?=
CFLAGS += -target $(TARGET_TRIPLE)
@ -27,7 +29,7 @@ clean-public:
build: frontend-build backend-build
build-dev: frontend-debug backend-build
build.docker: build
"docker" build -t f-ass-wpw:dev docker/
"docker" build -t $(IMAGE) docker/
backend-dev:
go run github.com/ii64/go-dlv-manager@latest

File diff suppressed because one or more lines are too long