Skip to content

Commit

Permalink
try removing xdsl folder dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
superlopuh committed Nov 3, 2023
1 parent e969e62 commit 2881da7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snitch/Makefile.rules
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ CURRENT_XDSL_COMMIT := $(shell git -C $(XDSL_DIR) rev-parse HEAD)
LAST_XDSL_COMMIT := $(shell cat $(XDSL_COMMIT_FILE) 2>/dev/null)

# Rule to update the recorded commit hash in a file
$(XDSL_COMMIT_FILE): maybe_update_xdsl_commit | $(XDSL_DIR)
$(XDSL_COMMIT_FILE): maybe_update_xdsl_commit


# Rule to update the recorded commit hash in a file
maybe_update_xdsl_commit:
Expand Down

0 comments on commit 2881da7

Please sign in to comment.