Skip to content

Commit

Permalink
Don't rebuild bindings on build
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Lezar <[email protected]>
  • Loading branch information
elezar committed Mar 15, 2024
1 parent 1923dc3 commit f3f1809
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,6 @@ PHONY: .shell
SOURCES = $(shell find $(GEN_BINDINGS_DIR) -type f)

.DEFAULT_GOAL = bindings

# In order to build the packages we need to patch the nvml.h file
build: bindings

test: test-bindings
clean: clean-bindings

$(PKG_BINDINGS_DIR):
Expand Down

0 comments on commit f3f1809

Please sign in to comment.