fix make file path, regenerate bindings

This commit is contained in:
Vinzenz Schroeter 2024-05-28 21:28:42 +02:00
parent 24e36d1927
commit deceb2088f
3 changed files with 626 additions and 118 deletions

View file

@ -1,7 +1,7 @@
CC := gcc
THIS_DIR := $(dir $(realpath $(lastword $(MAKEFILE_LIST))))
REPO_ROOT := $(THIS_DIR)/../..
REPO_ROOT := $(THIS_DIR)/../../../..
build: out/lang_c