Skip to content

Commit

Permalink
make: add some missing .PHONY targets
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjnash committed Jan 4, 2019
1 parent 554973e commit 4629baa
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 @@ -519,9 +519,9 @@ distcleanall: cleanall
@-$(MAKE) -C $(BUILDROOT)/doc cleanall

.PHONY: default debug release check-whitespace release-candidate \
julia-debug julia-release julia-deps \
julia-debug julia-release julia-stdlib julia-deps julia-deps-libs \
julia-ui-release julia-ui-debug julia-src-release julia-src-debug \
julia-symlink julia-base julia-sysimg julia-sysimg-release julia-sysimg-debug \
julia-symlink julia-base julia-sysimg julia-sysimg-ji julia-sysimg-release julia-sysimg-debug \
test testall testall1 test clean distcleanall cleanall clean-* \
run-julia run-julia-debug run-julia-release run \
install binary-dist light-source-dist.tmp light-source-dist \
Expand Down

0 comments on commit 4629baa

Please sign in to comment.