Skip to content

Commit

Permalink
Fix target in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
reijoh committed Mar 21, 2024
1 parent 18e2536 commit 1bac0c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ extra: $(STACK)/$(stack_freeze_file)
-s "$(STACK)" \
-c "$(PANDOC_COMMIT)" \
-d "$(makefile_dir)" \
-t "$(STACK)-pandoc-extra" \
-t "$(STACK)-extra" \
$(docker_cpu_options)
# Test ##################################################################
.PHONY: test-core test-extra test-latex test-minimal
Expand Down Expand Up @@ -216,7 +216,7 @@ push-extra:
-s "$(STACK)" \
-c "$(PANDOC_COMMIT)" \
-d "$(makefile_dir)" \
-t "$(STACK)-pandoc-extra"
-t "$(STACK)-extra"

.PHONY: docs docs-minimal
docs:
Expand Down

0 comments on commit 1bac0c4

Please sign in to comment.