Skip to content

Commit

Permalink
Fix missing dependencies in quicksort rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mtzguido committed Dec 27, 2024
1 parent 5409bda commit 8660afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ test-pulse2rust: test-share # test-pulse2rust uses .checked files from share/
test: test-pulse test-share test-pulse2rust test-qs

.PHONY: test-qs
test-qs:
test-qs: local-install
$(MAKE) -C qs test

.PHONY: pulse2rust
Expand Down

0 comments on commit 8660afb

Please sign in to comment.