Skip to content

Commit

Permalink
fixup! build: add new build system
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentVanlaer committed Oct 21, 2024
1 parent 1e92d67 commit c483a59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions make/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ NOCOMPILE := $(or \
$(filter print-mesa-deps,$(MAKECMDGOALS)), \
)

$(info Got $(MAKE_DIR))

include helpers.mk
include setup-builddir.mk
BUILD_DIR_MODULE := $(BUILD_DIR_)/$(MODULE_NAME)
Expand Down

0 comments on commit c483a59

Please sign in to comment.