Skip to content

Commit

Permalink
Also fix the maintainer-install option
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Vasseur committed Oct 27, 2024
1 parent 098167f commit 215d4fe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ endif
domserver: domserver-configure paths.mk config
judgehost: judgehost-configure paths.mk config
docs: paths.mk config
install-domserver: domserver composer-dump-autoload domserver-create-dirs
install-domserver: domserver domserver-create-dirs
install-judgehost: judgehost judgehost-create-dirs
install-docs: docs-create-dirs
dist: configure composer-dependencies
Expand Down
9 changes: 9 additions & 0 deletions webapp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,24 @@ maintainer-conf: .env.local

maintainer-install: composer-dump-autoload-dev

maintainer-install-l:
# This must be done first to install with the rest.
-rm -rf public/bundles/nelmioapidoc
$(MAKE) public/bundles/nelmioapidoc

maintainer-clean-l:
-for d in cache log ; do \
for t in dev prod ; do \
rm -rf var/$$d/$$t ; \
done ; \
done

<<<<<<< HEAD
<<<<<<< HEAD
.PHONY: composer-dump-autoload-dev
=======
.PHONY: composer-dump-autoload composer-dump-autoload-dev
>>>>>>> bfa038410 (Remove first phony target)
=======
.PHONY: composer-dump-autoload-dev
>>>>>>> 4dd45d9cc (Replace phony copy-bundle-assets target by a real one)

0 comments on commit 215d4fe

Please sign in to comment.