Skip to content

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
marwaneltoukhy committed Dec 4, 2023
1 parent 5b33231 commit 988b24f
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 @@ -69,7 +69,7 @@ endif
.PHONY: % : check-caravel
%:
@if [ -d "$(CARAVEL_ROOT)" ]; then \
@export CARAVEL_ROOT=$(CARAVEL_ROOT) && $(MAKE) -f $(CARAVEL_ROOT)/Makefile $@; \
export CARAVEL_ROOT=$(CARAVEL_ROOT) && $(MAKE) -f $(CARAVEL_ROOT)/Makefile $@; \
fi

# Install DV setup
Expand Down

0 comments on commit 988b24f

Please sign in to comment.