Skip to content

Commit

Permalink
BUG: Cannot review added project
Browse files Browse the repository at this point in the history
* Create an empty baseline document if its project did not exist.
  • Loading branch information
Joppe committed Mar 7, 2024
1 parent f3a5117 commit d6155da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makemake.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@
$(_{dir})old: $(_{dir}_OLD)report.gfm
@echo "# file://$(subst /mnt/c/,/C:/,$(realpath $<)) $(_{dir}_BASELINE_INFO)"
$(_{dir}_OLD)report.gfm: $(_OLD_WORKTREE)
( cd $(_{dir}_OLD) && $(MAKE) report.gfm --no-print-directory )
mkdir -p $(dir $@) && ( cd $(_{dir}_OLD) && $(MAKE) report.gfm --no-print-directory ) || touch $@
# Use GPT for a release review.
$(_{dir})%%: $(_{dir}_BUILD)%%.diff
Expand Down

0 comments on commit d6155da

Please sign in to comment.